Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
Public Member Functions
irr::scene::IShadowVolumeSceneNode Class Reference

Scene node for rendering a shadow volume into a stencil buffer. More...

#include <IShadowVolumeSceneNode.h>

Inheritance diagram for irr::scene::IShadowVolumeSceneNode:
irr::scene::ISceneNode irr::io::IAttributeExchangingObject irr::IReferenceCounted

List of all members.

Public Member Functions

 IShadowVolumeSceneNode (ISceneNode *parent, ISceneManager *mgr, s32 id)
 constructor
virtual void setShadowMesh (const IMesh *mesh)=0
 Sets the mesh from which the shadow volume should be generated.
virtual void updateShadowVolumes ()=0
 Updates the shadow volumes for current light positions.

Detailed Description

Scene node for rendering a shadow volume into a stencil buffer.

Definition at line 17 of file IShadowVolumeSceneNode.h.


Constructor & Destructor Documentation

constructor

Definition at line 22 of file IShadowVolumeSceneNode.h.


Member Function Documentation

virtual void irr::scene::IShadowVolumeSceneNode::setShadowMesh ( const IMesh mesh) [pure virtual]

Sets the mesh from which the shadow volume should be generated.

To optimize shadow rendering, use a simpler mesh for shadows.

Updates the shadow volumes for current light positions.


The documentation for this class was generated from the following file:

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Fri May 25 2012 04:23:45 by Doxygen (1.7.6.1)