add removeSkybox

This commit is contained in:
Nick Fisher
2022-07-16 17:34:56 +10:00
parent a8ef628316
commit d512ebd38f
8 changed files with 74 additions and 50 deletions

View File

@@ -64,5 +64,7 @@ interface FilamentInterop : Library {
fun remove_asset(viewer:Pointer);
fun remove_skybox(viewer:Pointer);
}