#import <CC3ShadowVolumes.h>
Instance Methods | |
(void) | - addShadowVolumesForLight: |
Extension category to support shadow volumes.
- (void) addShadowVolumesForLight: | (CC3Light *) | aLight |
Overridden to establish the underlying mesh, and to set the following properties to accommodate that a billboard is an open, planar mesh: shouldShadowBackFaces = YES shadowOffsetUnits = 0 shadowVolumeVertexOffsetFactor = kCC3DefaultShadowVolumeVertexOffsetFactor.
See the notes for the CC3Node addShadowVolumesForLight: method for detailed information about adding shadow volumes to nodes.
Extends class CC3Billboard.