-
Notifications
You must be signed in to change notification settings - Fork 589
OBJ file fails to load #510
Copy link
Copy link
Closed
Labels
0. NewThe issue was created, but not updated by maintainer. Waiting for updates labels and categoriesThe issue was created, but not updated by maintainer. Waiting for updates labels and categories1. Data ExchangeImport/Export or iterating of the CAD dataImport/Export or iterating of the CAD data2. BugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
0. NewThe issue was created, but not updated by maintainer. Waiting for updates labels and categoriesThe issue was created, but not updated by maintainer. Waiting for updates labels and categories1. Data ExchangeImport/Export or iterating of the CAD dataImport/Export or iterating of the CAD data2. BugSomething isn't workingSomething isn't working
Type
Projects
Status
Closed
Description
The attached OBJ file fails to load in DRAW test harness:
test.obj.zip
The attached OBJ file was exported from Wings3D and only contains
felements of the formatf <index>// [...]where<index>is the vertex index and the two slashes indicate absence of any UV of normal data. There is no normal index specified anywhere.Expected Behavior
OBJ file loaded correctly, without any warning in DRAWEXE command interpreter.

With FreeCad:
Actual Behavior
The OBJ file fails to load(empty 3D view) and many warnings are reported:
Sample Code or DRAW Tcl Script
pload ALL
vinit
ReadObj Doc C:/PathToFile/test.obj
XDisplay -dispMode 1 Doc
vfit
Operating System
Windows
Compiler
MSVC
Bitness
64-bit
OCCT Version
7.8
Additional Files
No response