Skip to content

Export of subdivided mesh #2

Description

@kvanhoey

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 1

I suppose this is a bug in your code. Can it be fixed?

Regards,

Kenneth

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions