vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
vrecko
Vrecko - the Virtual Reality Engine
Dynamic Art module
L-system plant modeler - module for Vrecko
Head Up Display module
Space Partitioning - module for Vrecko
Todo List
Deprecated List
Namespaces
Classes
Files
File List
include
base
helpers
vrecko
vreckoAP
ArtificialWorld
behindO
AP_behindO.h
AvatarManipulator.h
BehindObstacleExp_wT.h
BehindObstacleExperiment.h
CentreObjectManipulator.h
ChangeOfVisibility.h
ContactObjectManipulator.h
CreateShadowedScene.h
CuttingPlane.h
EyeManipulator.h
HeadManipulator.h
HMDHeadManipulator.h
Lens.h
Manipulator.h
MappingFunctions.h
Mirror.h
WIM.h
Boids
CableEditor
CameraMovement
CameraPath
CarSim
ConnectEditor
ConstrainedMovement
DynamicArt
EditorController
EditorQAbilities
FFDEditor
Filter
games
Garden
GUI
HeadTracking
HelloWorld
HUD
InputConnector
LightsEditor
Menu
Nature
navigation
ObjectUtils
ODE
RoomEdit
ShootingSimulation
SpacePartitioning
TextOutput
vreckoDP
vreckoUtils
src
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
CreateShadowedScene.h
Go to the documentation of this file.
1
#ifndef CREATESHADOWEDSCENE_H
2
#define CREATESHADOWEDSCENE_H
3
4
#include <osg/Node>
5
#include <osg/Vec3>
6
7
// function to create a lightsource which contain a shadower and showed subgraph,
8
// the showadowed subgrph has a cull callback to fire off a pre render to texture
9
// of the shadowed subgraph.
10
extern
osg::Group*
createShadowedScene
(osg::Node* shadower,osg::Node* shadowed,
const
osg::Vec3& lightPosition,
float
radius,
unsigned
int
textureUnit=1);
11
12
#endif
13
14
//$Id: CreateShadowedScene.h 1 2010-10-27 12:01:29Z xbezdeka $
include
vreckoAP
behindO
CreateShadowedScene.h
Generated on Tue Feb 19 2013 10:23:42 for vrecko by
1.8.3.1