C# Class Nez.DeferredLighting.DeferredLight

Inheritance: RenderableComponent
Mostra file Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
render ( Graphics graphics, Camera camera ) : void

we dont render lights normally so this method will do nothing and never be called. The DeferredLightingRenderer takes care of light rendering so that it can cache and reuse the light meshes.

Method Details

render() public method

we dont render lights normally so this method will do nothing and never be called. The DeferredLightingRenderer takes care of light rendering so that it can cache and reuse the light meshes.
public render ( Graphics graphics, Camera camera ) : void
graphics Graphics Graphics.
camera Camera Camera.
return void