Code Monkey home page Code Monkey logo

Comments (5)

ThomasGorisse avatar ThomasGorisse commented on July 18, 2024

What is your gls file format ?
Please use glb instead.
Inside blender : File>Export>glTF2.0 and select the .glb file format.
Sceneform might not recognize your file extension.

from sceneform-android.

Uttan avatar Uttan commented on July 18, 2024

Yes i am using glb file format , but when i try to give material in run time its crashing, show submesh count issue. Please help

ModelRenderable.builder()
.setSource(context, Uri.parse("redMarker.glb"))
.setIsFilamentGltf(true)
.build()
.thenAccept { renderable ->
pointy4Cursor = renderable
}
.exceptionally {
Log.e(TAG, "unable to load renderable pointy4Cursor - " + it.toString())
val toast = Toast.makeText(context, "Unable to load renderable new model 6", Toast.LENGTH_LONG)
toast.setGravity(Gravity.CENTER, 0, 0)
toast.show()
null
},

MaterialFactory.makeOpaqueWithColor(context, Color(context.getColor(R.color.colorSecondary)))
.thenAccept {
navaPink = it
}
.exceptionally {
Log.e(TAG, "unable to load material navaPink")
val toast = Toast.makeText(context, "Unable to load material", Toast.LENGTH_LONG)
toast.setGravity(Gravity.CENTER, 0, 0)
toast.show()
null
},

pointy4Cursor.material = navaPink // It's throwing exception as define above.

"java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: submeshIndex (0) is out of range. It must be less than the submeshCount (0)"

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on July 18, 2024

Can you send your glb file ?

from sceneform-android.

Uttan avatar Uttan commented on July 18, 2024

redMarker.glb.zip

I was convert it from obj to glb by the help of blender

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on July 18, 2024

Fixed here: 5c2f6ce

from sceneform-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.