Torque3D/Templates/Modules/vr/VR.cs
Areloch c17ae94745 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

9 lines
102 B
C#

function VR::onCreate(%this)
{
exec("./scripts/oculusVR.cs");
}
function VR::onDestroy(%this)
{
}