public interface R2SceneLightsConsumerType
The type of consumers of scene lights.
Lights are batched in a manner that is intended to require the minimum number of state changes for rendering, based upon the relative cost of state changes.
R2SceneOpaquesConsumerType| Modifier and Type | Method and Description |
|---|---|
void |
onFinish()
Called when rendering of lights is finished.
|
void |
onStart()
Called when rendering of lights begins.
|
R2SceneLightsClipGroupConsumerType |
onStartClipGroup(R2InstanceSingleType i,
int group)
Called when a clip group should be rendered.
|
R2SceneLightsGroupConsumerType |
onStartGroup(int group)
Called when a group should be rendered.
|
void onStart()
R2SceneLightsClipGroupConsumerType onStartClipGroup(R2InstanceSingleType i, int group)
i - The clipping volumegroup - The group numberR2SceneLightsGroupConsumerType onStartGroup(int group)
group - The group numbervoid onFinish()
Copyright © 2017 <code@io7m.com> http://io7m.com