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.
|
public render ( Graphics graphics, Camera camera ) : void | ||
graphics | Graphics | Graphics. |
camera | Camera | Camera. |
return | void |