DeferredRenderer

Undocumented in source.

Constructors

this
this(EventManager eventManager, Owner owner)
Undocumented in source.

Members

Functions

occlusionBufferDetail
void occlusionBufferDetail(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
occlusionBufferDetail
float occlusionBufferDetail()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
scene
void scene(Scene s)
Undocumented in source. Be warned that the author may not have intended to support it.
setViewport
void setViewport(uint x, uint y, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
ssaoEnabled
void ssaoEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
ssaoEnabled
bool ssaoEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_occlusionBufferDetail
float _occlusionBufferDetail;
Undocumented in source.
_ssaoEnabled
bool _ssaoEnabled;
Undocumented in source.
denoiseShader
DenoiseShader denoiseShader;
Undocumented in source.
gbuffer
GBuffer gbuffer;
Undocumented in source.
occlusionBuffer
Framebuffer occlusionBuffer;
Undocumented in source.
occlusionNoisyBuffer
Framebuffer occlusionNoisyBuffer;
Undocumented in source.
occlusionView
RenderView occlusionView;
Undocumented in source.
passBackground
PassBackground passBackground;
Undocumented in source.
passDecal
PassDecal passDecal;
Undocumented in source.
passDynamicGeometry
PassGeometry passDynamicGeometry;
Undocumented in source.
passEnvironment
PassEnvironment passEnvironment;
Undocumented in source.
passForward
PassForward passForward;
Undocumented in source.
passLight
PassLight passLight;
Undocumented in source.
passOcclusion
PassOcclusion passOcclusion;
Undocumented in source.
passOcclusionDenoise
FilterPass passOcclusionDenoise;
Undocumented in source.
passParticles
PassParticles passParticles;
Undocumented in source.
passShadow
PassShadow passShadow;
Undocumented in source.
passStaticGeometry
PassGeometry passStaticGeometry;
Undocumented in source.
passTerrain
PassTerrain passTerrain;
Undocumented in source.
ssaoDenoise
float ssaoDenoise;
Undocumented in source.
ssaoPower
float ssaoPower;
Undocumented in source.
ssaoRadius
float ssaoRadius;
Undocumented in source.
ssaoSamples
int ssaoSamples;
Undocumented in source.
terrainNormalBuffer
Framebuffer terrainNormalBuffer;
Undocumented in source.
terrainTexcoordBuffer
Framebuffer terrainTexcoordBuffer;
Undocumented in source.

Inherited Members

From Renderer

view
RenderView view;
Undocumented in source.
pipeline
RenderPipeline pipeline;
Undocumented in source.
outputBuffer
Framebuffer outputBuffer;
Undocumented in source.
activeCamera
void activeCamera(Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.
activeCamera
Camera activeCamera()
Undocumented in source. Be warned that the author may not have intended to support it.
scene
void scene(Scene s)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
setViewport
void setViewport(uint x, uint y, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta