C# Class Nez.DeferredLighting.DeferredLight

Inheritance: RenderableComponent
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void