Public Member Functions | Properties

<CC3ShadowProtocol> Protocol Reference

The behaviour required by objects that represent shadows cast by a light. More...

#import <CC3Light.h>

Inheritance diagram for <CC3ShadowProtocol>:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(void) - updateShadow

Properties

CC3Lightlight

Detailed Description

The behaviour required by objects that represent shadows cast by a light.

CAUTION: The signature of this protocol may evolve as additional shadowing techniques are introduced.


Member Function Documentation

- (void) updateShadow

Updates the shape and location of the shadow.

This is invoked automatically by the light during each update frame to udpate the shape and location of the shadow.


Property Documentation

- (CC3Light*) light [read, write, assign]

The light casting this shadow.

Reimplemented in CC3ShadowVolumeMeshNode, and CC3StencilledShadowPainterNode.


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