Compatible with lower version issues
hi,2 questions: 1、Can lower versions of Android be supported, such as gradle version 4.x, Target API Level 30; 2、how to load the GLTF type.
-
For the lower version just give it a try ;)
-
To load a GLTF you can :
val engine = rememberEngine()
val modelLoader = rememberModelLoader(engine)
Scene(
engine = engine,
modelLoader = modelLoader,
childNodes = rememberNodes {
add(
ModelNode( modelLoader.createModelInstance("model.gltf") )
)
},
)
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.