Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode with coordinate space conversion #43

Open
atteneder opened this issue Apr 7, 2022 · 0 comments
Open

Encode with coordinate space conversion #43

atteneder opened this issue Apr 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@atteneder
Copy link
Owner

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

@atteneder atteneder added the enhancement New feature or request label Apr 7, 2022
@atteneder atteneder added this to the 5.0.0 milestone Nov 8, 2023
@atteneder atteneder removed this from the 5.0.0 milestone Jan 31, 2024
atteneder added a commit to Unity-Technologies/DracoUnity that referenced this issue Sep 9, 2024
…m. (atteneder#43)

* fix: Improved error message when using package on unsupported platform.

* doc: Fixed incorrect statement in changelog (API is exposed, regardless of platform).

* fix(ci): Test all upon changes on development branch `develop`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant