From 912689bc48a07766a4492276c53d98397b71241e Mon Sep 17 00:00:00 2001 From: Matevz Tadel <matevz.tadel@cern.ch> Date: Tue, 18 Dec 2007 16:29:36 +0000 Subject: [PATCH] Add gl/ module description. git-svn-id: http://root.cern.ch/svn/root/trunk@21458 27541ba8-7e3a-0410-8455-c3a389f83636 --- gl/doc/index.txt | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 gl/doc/index.txt diff --git a/gl/doc/index.txt b/gl/doc/index.txt new file mode 100644 index 00000000000..9cfb287e6d0 --- /dev/null +++ b/gl/doc/index.txt @@ -0,0 +1,53 @@ +BEGIN_HTML + +<center><h1>OpenGL rendering and utility classes</h1></center> +<p><hr><p> + +The GL module incapsulates ROOT's interface to the OpenGL rendering +engine and provides the following functionality: + +<ul> + + <li> management of system-resources; + + <li> frequently used utility classes; + + <li> base-classes for shapes, scenes and viewers; + + <li> concrete implementations of shapes needed by TGeo package; + + <li> concrete implementations of scenes and viewers including the + GUI components; + + <li> specialized plot-painters for GL rendering of TH2, TH3, TF2 and + TF3 object as well as parametric surfaces. + +</ul> + +<p><hr><p> + +<p> +Papers describing OpenGL in ROOT: + +<ul> + + <li> <a + href="http://indico.cern.ch/contributionDisplay.py?contribId=93&sessionId=4&confId=048"> + ROOT 3D graphics</a>, presented + at CHEP 2006. + + <li> <a + href="http://indico.cern.ch/contributionDisplay.py?contribId=23&confId=13356"> + 3D graphics with OpenGL: recent improvements and plans</a>, + presented at ROOT Workshop 2007 + + + <li> <a + href="http://indico.cern.ch/contributionDisplay.py?contribId=445&sessionId=28&confId=3580"> + Next generation of OpenGL support in ROOT</a>, presented + at CHEP 2007. + + +</ul> + +END_HTML -- GitLab