redcamel / RedGL2

RedGL - Javascript 3D library (webgl)
https://redcamel.github.io/RedGL2/example
MIT License
155 stars 16 forks source link

Fox.gltf is not colored #697

Closed cx20 closed 4 years ago

cx20 commented 4 years ago

I tried new model added to glTF-Sample-Models. However, in RedGL Fox.gltf does not seem to be colored.

RedGL + Fox.gltf result: image

Three.js + Fox.gltf result: image

redcamel commented 4 years ago

@cx20 確認が遅れました。 確認の結果、この問題はNORMAL&indices情報がGLTFに存在しない場合は、自動生成をする必要がある問題でした。すぐに処理する予定です。

redcamel commented 4 years ago

@cx20 resolved. image resolved. you can play at this link

cx20 commented 4 years ago

Thanks. I confirmed that this problem has been solved in the latest version of RedGL. RedGL + Fox.gltf result: image