Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 624 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 624 Bytes

Copyright(C) 2017 Chris Liebert

Documentation

Build Status

frustum_query

A frustum culling toolkit written in Rust, intended for determining if bounding spheres intersect the 3D frustum of a virtual camera. Frustum culling can improve the performance of graphics applications by omitting draw commands for geometry that is out of sight.

License:

This program and it's source are available under the "MIT License" please see LICENSE