OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

obj reader crashes with obj file having faces with less than 3 vertices and normals defined

Open piper opened this issue 2 years ago • 0 comments

Method osg::Vec3 Model::computeNormal(const Element& element) const in obj.cpp expects 3 vertices at least.

piper avatar Mar 07 '22 13:03 piper