![]() |
Public API Reference |
#include <shadcast.h>
Inheritance diagram for iShadowCaster:
Public Methods | |
virtual void | AppendShadows (iMovable *movable, iShadowBlockList *shadows, const csVector3 &origin)=0 |
Append a list of shadow frustums which extend from this shadow caster. More... |
An object implementing this interface also implements iVisibilityObject so that it can be registered with a visibility culler.
Definition at line 46 of file shadcast.h.
|
Append a list of shadow frustums which extend from this shadow caster. The origin is the position of the light. |