When loading a GLB model into a 3D model, C3 doesn't display it. However, it works in Blender and on online 3D model viewing sites. Why is this?
drive.google.com/file/d/1diu7hSJBcPbBzOuL_fK3ipBsJjS0efZ-/view
Develop games in your browser. Powerful, performant & highly capable.
I took a look at the model and what is happening is that it uses a material with an emissive texture (self lighting), currently we only support diffuse textures.
Will likely start working on supporting more texture types.