]> git.tdb.fi Git - libs/gl.git/blobdiff - source/frustumculler.h
Add some documentation to the culler system
[libs/gl.git] / source / frustumculler.h
index cef3bb8c10e210fe31025bc951715668218fe300..4d227602dd0fbbcd46d7664fb9d9137d739487bb 100644 (file)
@@ -7,6 +7,9 @@
 namespace Msp {
 namespace GL {
 
+/**
+Culls objects that are outside of the view frustum.
+*/
 class FrustumCuller: public Culler
 {
 private: