Class: TinyGLTF::Mesh
- Inherits:
-
Object
- Object
- TinyGLTF::Mesh
- Includes:
- Base
- Defined in:
- lib/tiny_gltf.rb,
ext/tiny_gltf/rb_tiny_gltf_init.c
Overview
TODO: When normals are not specified, client implementations should calculate flat normals. TODO: When tangents are not specified, client implementations should calculate tangents using default MikkTSpace algorithms. For best results, the mesh triangles should also be processed using default MikkTSpace algorithms.