-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
I tried exporting the meshes after subdivision using the binary command-line flag (last option). This does create a new mesh whose content is erroneous.
Example for a subdivided quad:
Input quad.obj
v -0.500000 -0.500000 0.500000
v 0.500000 -0.500000 0.500000
v 0.500000 0.500000 0.500000
v -0.500000 0.500000 0.500000
f 1 2 3 4
Output quad_1_SLAK.obj
v 0 0 0
v 0 0 0
v 0 0 0
v 0 0 0
v 0 0 0
v 0 0 0
f 1 1 1 1
f 1 1 1 1
f 1 1 1 1
f 1 1 1 1I suppose this is a bug in your code. Can it be fixed?
Regards,
Kenneth
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels