Philip Rideout
Philip Rideout
This is interesting, we have sharing mechanisms in place for Android but not other platforms. This bug is a few months old but I'll assume it's still something we need...
@starccode can you provide repro steps?
Is there an example asset that I can use to reproduce the issue? Is it intermittent or reliable? This area of glTF has been in flux in recently, so you...
This asset is non-conformant because the scene is defined by a non-root node. According to the spec: All nodes listed in scene.nodes array must be root nodes cgltf checks for...
This is strange because `Stream` is implemented in libfilament, but that null pointer exception looks like it is being thrown from libgltfio (which doesn't touch streams). Can you do me...
Unfortunately I think you'll need to wait until the next version of Filament is integrated into Sceneform.
Seems fine to me.
Yeah when I wrote cgltf_write I figured I could use an external tool to convert to glb, so I made it low priority. However I think this is a good...
I think it would be better to refer to the spec than to refer to a GitHub issue.