mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
glow buffer debug visualiser
pure script, there will be several of these using identical methodology for deferred. displays a given buffer via the texture[0] = "#glowbuffer"; entry, passed along to a given shader via the samplerNames[0] = "glowBuffer";entry which corresponds to an expected variable name and register. as much documentation for later as tool
This commit is contained in:
parent
376db9e097
commit
f18dd9e438
4 changed files with 100 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ function initializeWorldEditor()
|
|||
EVisibility.addOption( "AL: Light Specular Viz", "$AL_LightSpecularVisualizeVar", "toggleLightSpecularViz" );
|
||||
EVisibility.addOption( "AL: Normals Viz", "$AL_NormalsVisualizeVar", "toggleNormalsViz" );
|
||||
EVisibility.addOption( "AL: Depth Viz", "$AL_DepthVisualizeVar", "toggleDepthViz" );
|
||||
EVisibility.addOption( "AL: Glow Buffer", "$AL_GlowVisualizeVar", "toggleGlowViz" );
|
||||
EVisibility.addOption( "Frustum Lock", "$Scene::lockCull", "" );
|
||||
EVisibility.addOption( "Disable Zone Culling", "$Scene::disableZoneCulling", "" );
|
||||
EVisibility.addOption( "Disable Terrain Occlusion", "$Scene::disableTerrainOcclusion", "" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue