Skip to content

Export of subdivided mesh #2

@kvanhoey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions