Conforms to CC3NodeTransformListenerProtocol
Declared in CC3Light.h

Overview

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.

Tasks

Properties

light

The light casting this shadow.

@property (nonatomic, assign) CC3Light *light

Declared In

CC3Light.h

Instance Methods

updateShadow

Updates the shape and location of the shadow.

- (void)updateShadow

Discussion

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

Declared In

CC3Light.h