GLTFMesh.validate_faces
- classmethod GLTFMesh.validate_faces(faces)
Raises an exception if not all faces in
faces
are defining either all triangles, lines or points.- Parameters
faces (list)
Raises an exception if not all faces in faces
are defining either all triangles, lines
or points.
faces (list)