sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

Compatible with lower version issues

Open Liaoboo opened this issue 1 year ago • 1 comments

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.

Liaoboo avatar Jun 12 '24 06:06 Liaoboo

  • 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") )
           )
    },
)

KvRae avatar Jun 12 '24 14:06 KvRae

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.

github-actions[bot] avatar Sep 11 '24 05:09 github-actions[bot]

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.

github-actions[bot] avatar Sep 19 '24 05:09 github-actions[bot]