Skip to content

Encode with coordinate space conversion #43

@atteneder

Description

@atteneder

The decoder already has an (optional) space conversion option, that converts from glTF to Unity coordinates:

public DracoMeshLoader(bool convertSpace = true) {
    this.convertSpace = convertSpace;
}

The encoder currently never converts the space, but this is going to be useful for glTF exports.

This came up in #42

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions