This website requires JavaScript.
Explore
Help
Sign in
TorqueGameEngines
/
Torque3D
Watch
1
Star
0
Fork
You've already forked Torque3D
0
mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced
2026-02-28 11:03:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
099dd4f1f3
Torque3D
/
Templates
/
Modules
/
vr
/
VR.tscript
9 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
Moved VR module from core to a regular module, as not all games are necessarily going to use VR. Also corrected some of the default posteffect settings for the levels.
2018-09-19 16:03:58 -05:00
function VR::onCreate(%this)
{
Parametrize script extension, default to 'tscript'
2020-12-12 16:54:16 +01:00
exec("./scripts/oculusVR.tscript");
Moved VR module from core to a regular module, as not all games are necessarily going to use VR. Also corrected some of the default posteffect settings for the levels.
2018-09-19 16:03:58 -05:00
}
function VR::onDestroy(%this)
{
}
Reference in a new issue
Copy permalink