From f6dcb81c56730f00d103640aedb8117d59240dbc Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 12 May 2013 22:08:21 -0300 Subject: libraries/OpenCSG: Added (CSG rendering library) Signed-off-by: Niels Horn --- libraries/OpenCSG/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/OpenCSG/README (limited to 'libraries/OpenCSG/README') diff --git a/libraries/OpenCSG/README b/libraries/OpenCSG/README new file mode 100644 index 0000000000000..e3e6e4d20df65 --- /dev/null +++ b/libraries/OpenCSG/README @@ -0,0 +1,7 @@ +OpenCSG is a library that does image-based Constructive Solid Geometry +rendering using OpenGL. + +To run OpenCSG well, you should have graphics hardware with a good fill +rate. NVidia GeForce and ATI Radeon qualify. The OpenCSG::OcclusionQuery +option requires occlusion queries, which are available since Radeon 9x00 +(x>=5) and GeForce3 (but not GeForce4MX). -- cgit v1.2.3