Addd high level introductory docs for all the libs

This commit is contained in:
Robert Osfield
2004-11-26 16:01:04 +00:00
parent 4c36d5dd0b
commit c3fd271dc4
11 changed files with 92 additions and 0 deletions

View File

@@ -25,4 +25,14 @@
# define OSGFX_EXPORT
#endif
/**
\namespace osgFX
The osgFX is a NodeKit library that extends the core scene graph to provide a special effects framework.
osgFX's framework allows multiple rendering techniques to be provide for each effect, thereby provide the use
appropriate rendering techniques for each different class of graphics hardware, i.e. support for both modern
programmable graphics hardware and still have standard OpenGL 1.1 support as a fallback.
*/
#endif