C# Класс Nez.DeferredLighting.DeferredLight

Наследование: RenderableComponent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

render() публичный Метод

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.
Результат void