|
Revision 1697, 455 bytes
(checked in by robert, 10 years ago)
|
|
Ported osgGLUT based src/Demos across to being osgProducer based, and placed
them in the new examples/ directory.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | #ifndef CREATESHADOWEDSCENE_H |
|---|
| 2 | #define CREATESHADOWEDSCENE_H |
|---|
| 3 | |
|---|
| 4 | #include <osg/Node> |
|---|
| 5 | #include <osg/Vec3> |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | extern osg::Group* createShadowedScene(osg::Node* shadower,osg::Node* shadowed,const osg::Vec3& lightPosition,float radius,unsigned int textureUnit=1); |
|---|
| 11 | |
|---|
| 12 | #endif |
|---|