C# 클래스 Nez.DeferredLighting.DeferredLight

상속: RenderableComponent
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 메소드들

메소드 설명
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