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

In preProcess, the GaiaTranslator must be used if the coordinate is not 4326 #30

Open
sdson opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sdson
Copy link
Contributor

sdson commented Sep 19, 2024

When the coordinate is 4326, the transform matrix of the rootNode has longitudeDeg, latitudeDeg an altitude in the transformMat[11], transformMat[12], transformMat[13], so when calculate the boundingBox, this values is added in the box.

When the coordinate is NOT 4326, the transform matrix of the rootNode has values in meters in the transformMat[11],
transformMat[12], transformMat[13] there are the position in meters, so there are no problem when calculating the bounding box.

@sdson sdson added the bug Something isn't working label Sep 19, 2024
@sdson sdson self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant