mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Side by side rendering
- Side by side rendering implemented throughout the graphics pipeline. - New GuiTSCtrl renderStyle property is set to "stereo side by side" to activate. - You set an IDisplayDevice on the GameConnection to define any vertical FOV, projection offset, and stereo eye offset properties required for the stereo rendering (no display device included with this commit). - Full and Empty templates updated with correct scripts and shaders.
This commit is contained in:
parent
b1feed56fd
commit
b32e7688c2
28 changed files with 465 additions and 41 deletions
|
|
@ -438,7 +438,7 @@ void AdvancedLightManager::unregisterAllLights()
|
|||
Parent::unregisterAllLights();
|
||||
|
||||
if ( mLightBinManager )
|
||||
mLightBinManager->clear();
|
||||
mLightBinManager->clearAllLights();
|
||||
}
|
||||
|
||||
bool AdvancedLightManager::setTextureStage( const SceneData &sgData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue