in the function “isInFrustum”, every line with
rr = _halfExtentXZ*(a + c) * _halfExtentY*b;/code]
should be
rr = _halfExtentXZ*(a + c) + _halfExtentY*b;/code]
Away3D 4.x QuadTreeNode.as Bug ReportSoftware: Away3D 4.x |
||
Aspirin, Newbie
Posted: 10 November 2011 10:57 PM Total Posts: 1 |