assimp icon indicating copy to clipboard operation
assimp copied to clipboard

ERROR, DXF IMPORT

Open Ave23 opened this issue 6 years ago • 0 comments

The file DXFLoader.cpp is contained the line
unsigned int indices[4]; This array is used to store face indices. But, it is known, the DXF file can contain negative face indices to describe dummy edges. Therefore, the import result is incorrect if the file contains faces with dummy edges.

Ave23 avatar Jun 22 '18 12:06 Ave23