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
As of #99, voxel rendering skips processing nodes that lie fully outside the frustum. For nodes that lie on the boundary, we could in principle do better by testing each chunk individually. The bounding spheres for those tests should be centered between the origin of the node and a the chunk vertex, and have half the node's bounding sphere's radius.
Care should be taken to ensure that the extra CPU time to perform this check is justified by the GPU time savings.
The text was updated successfully, but these errors were encountered:
As of #99, voxel rendering skips processing nodes that lie fully outside the frustum. For nodes that lie on the boundary, we could in principle do better by testing each chunk individually. The bounding spheres for those tests should be centered between the origin of the node and a the chunk vertex, and have half the node's bounding sphere's radius.
Care should be taken to ensure that the extra CPU time to perform this check is justified by the GPU time savings.
The text was updated successfully, but these errors were encountered: