Menu

Tree [r23] /
 History

HTTPS access


File Date Author Commit
 CMakeModules 2008-12-18 wangray84 [r11] 0.6.2 version released
 data 2010-09-13 shell_tdf [r23] Initial support CGFX
 doc 2010-09-12 shell_tdf [r22] add examples/osgcgeffect1
 examples 2010-09-13 shell_tdf [r23] Initial support CGFX
 include 2010-09-13 shell_tdf [r23] Initial support CGFX
 src 2010-09-13 shell_tdf [r23] Initial support CGFX
 AUTHORS.txt 2010-08-22 shell_tdf [r16] test
 CHANGELOG.txt 2008-12-17 wangray84 [r10]
 CMakeLists.txt 2010-09-12 shell_tdf [r22] add examples/osgcgeffect1
 COPYING.txt 2008-12-05 wangray84 [r1]
 README.txt 2008-12-11 wangray84 [r5]
 configure 2008-12-05 wangray84 [r1]

Read Me

Welcome to osgNV!

This is a brief introduction to the osgNV library. Remember that this 
is an open-source project, so feel free to modify it and possibly make 
it better. If you fix any bugs, please send me the fixes so I can 
integrate them.

For further information please visit the osgNV website at:
http://osgnv.sourceforge.net.

I would like to thank Robert Osfield and the whole OpenSceneGraph 
community for all the support they provide everyday. If you want to 
know more about the OpenSceneGraph library, go to:
http://www.openscenegraph.org.

See you on the mailing list!

Marco Jez <marco.jez@poste.it>
August 2004




1) INSTALLING THE osgNV LIBRARY
========================================================================

To build the osgNV library. first download the latest cmake building system from:
    
    http://www.cmake.org

Under unices, type the following commands:

    ./configure
    make
    sudo make install

Under Windows, just use the CMake GUI tool to build Visual Studio solutions.




2) DOCUMENTATION
========================================================================

Sources are not well documented, but some comments are already in place.
You can build the documentation with CMake and doxygen (do a 'make DoxygenDoc'
on Unix systems). The documentation files should go into the 'doc' directory.




3) KNOWN ISSUES
========================================================================

- This library is not 100% thread safe. You should be able to use osgNV 
  in multi-pipe systems safely as long as you don't use parameter pickers 
  to update parameter values at run time.

- You may get different results with different graphics driver versions,
  especially when using the nvparse interface. Please UPGRADE YOUR VIDEO 
  DRIVERS TO THE LATEST AND/OR MOST STABLE VERSION.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.