Skip to content
New issue

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

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

Already on GitHub? # to your account

Exception occurs when using QuadTree partition in the lastest dev branch #519

Closed
daiwei1999 opened this issue Apr 18, 2013 · 3 comments
Closed
Assignees

Comments

@daiwei1999
Copy link
Contributor

This problem can be reproduced using "Advanced_TerrainDemo" example only need to insert a single line of code "scene.partition = new QuadTree(3, 10000);". The exception occurs in AxisAlignedBoundingBox.transformFrom method because it try to cast NullBounds of skybox to AxisAlignedBoundingBox. Please check and fix it ASAP.

@daiwei1999
Copy link
Contributor Author

I update the update and test using "Advanced_TerrainDemo" example, I found this fix will cause the cameraController can't work at all.

@DerSchmale
Copy link
Member

Apparently, It'd seem camera controllers never worked with partitions. A quick fix is to reassign the camera or scene to the view, until we get around to fixing the camera partition assignment.

@rob-bateman
Copy link
Member

david, can we close this issue?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants