Added osgSim library which encapulsulates light points.

Added osglightpoint demo.
This commit is contained in:
Robert Osfield
2002-11-19 10:57:40 +00:00
parent 5fca8ea229
commit e02ae73edc
19 changed files with 1618 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
#include <osgDB/Input>
#include <osgDB/Output>
#include <set>
using namespace osg;
using namespace osgDB;
using namespace std;