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.
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.
outputMode
DebugOutputMode outputMode;
Undocumented in source.
passBackground
DeferredBackgroundPass passBackground;
Undocumented in source.
passClear
DeferredClearPass passClear;
Undocumented in source.
passDebug
DeferredDebugOutputPass passDebug;
Undocumented in source.
passDecals
DeferredDecalPass passDecals;
Undocumented in source.
passDynamicGeometry
DeferredGeometryPass passDynamicGeometry;
Undocumented in source.
passEnvironment
DeferredEnvironmentPass passEnvironment;
Undocumented in source.
passForward
DeferredForwardPass passForward;
Undocumented in source.
passLight
DeferredLightPass passLight;
Undocumented in source.
passOcclusion
DeferredOcclusionPass passOcclusion;
Undocumented in source.
passOcclusionDenoise
FilterPass passOcclusionDenoise;
Undocumented in source.
passParticles
DeferredParticlesPass passParticles;
Undocumented in source.
passShadow
ShadowPass passShadow;
Undocumented in source.
passStaticGeometry
DeferredGeometryPass passStaticGeometry;
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.

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