lascadeansal

Results 3 issues of lascadeansal

Read my code below here i have 3 3d model i want to combine this into one model ``` val train1: CompletableFuture = ModelRenderable .builder() .setSource(applicationContext, Uri.parse("3d/new/Train_Cabin_01_Go.glb")) .setIsFilamentGltf(true) .build() val...

Read my code below here i have 3 3d model i want to combine this into one model ``` val train1: CompletableFuture = ModelRenderable .builder() .setSource(applicationContext, Uri.parse("3d/new/Train_Cabin_01_Go.glb")) .setIsFilamentGltf(true) .build() val...

i want to slow down the model animation below is my current code ` val car: CompletableFuture = ModelRenderable .builder() .setSource(context, Uri.parse("3d/$model.glb")) .setIsFilamentGltf(true) .build() CompletableFuture.allOf(car) .handle { ok: Void?, ex:...