You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: