[Plib-cvs] plib/doc/ssgAux index.html,1.6,1.7
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-08-24 17:17:44
|
Update of /cvsroot/plib/plib/doc/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv14913/plib/doc/ssgAux Modified Files: index.html Log Message: Added Lens Flare documentation - and added an index. Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/ssgAux/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index.html 14 Aug 2002 00:41:01 -0000 1.6 +++ index.html 24 Aug 2002 17:17:41 -0000 1.7 @@ -22,7 +22,18 @@ <H2>Introduction</H2> PLIB/ssgAux is a suite of auxiliary libraries that build higher level classes on top of the basic SSG classes. -<p> +Currently we have: +<ul> +<li><A HREF="#ssgaShape">ssgaShape - Abstract Base Class</A> +<li><A HREF="#ssgaCube">ssgaCube - Makes a cube.</A> +<li><A HREF="#ssgaPatch">ssgaPatch - Makes a Bezier patch.</A> +<li><A HREF="#ssgaTeapot">ssgaTeapot - Makes a Teapot.</A> +<li><A HREF="#ssgaSphere">ssgaSphere - Makes a Sphere.</A> [...92 lines suppressed...] +eg: +<pre> + + ssgTransform *myTransform ; + ssgBranch *myLightSource ; + + /* Set up myTransform and myLightsource */ + ... + + myTransform -> addKid ( myLightSource ) ; + myTransform -> addKid ( new ssgaLensFlare ) ; + +</pre> +It contains a (hard-coded) 256x128 texture map which is compiled +into the code and shared between however many lens flares there +are in the scene. <hr> <hr> <ADDRESS> |