[Plib-cvs] plib/doc/ssgAux snapshot.png,NONE,1.1 index.html,1.7,1.8
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-08-24 17:40:35
|
Update of /cvsroot/plib/plib/doc/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv19589/plib/doc/ssgAux Modified Files: index.html Added Files: snapshot.png Log Message: Added a sceeen-shot. --- NEW FILE: snapshot.png --- (This appears to be a binary file; contents omitted.) Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/ssgAux/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- index.html 24 Aug 2002 17:17:41 -0000 1.7 +++ index.html 24 Aug 2002 17:40:32 -0000 1.8 @@ -20,9 +20,12 @@ </TR> </TABLE> <H2>Introduction</H2> +<TABLE> +<TR> +<TD> PLIB/ssgAux is a suite of auxiliary libraries that build higher level classes on top of the basic SSG classes. -Currently we have: +<p> <ul> [...100 lines suppressed...] @@ -480,7 +495,7 @@ ck . update () ; if ( fountain != NULL ) - fountain -> update ( ck.getDeltaTime () ) ; + fountain -> update ( ck.getDeltaTime () ) ; } </pre> @@ -528,8 +543,8 @@ ... - myTransform -> addKid ( myLightSource ) ; - myTransform -> addKid ( new ssgaLensFlare ) ; + myTransform -> addKid ( myLightSource ) ; + myTransform -> addKid ( new ssgaLensFlare ) ; </pre> It contains a (hard-coded) 256x128 texture map which is compiled |