mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
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.
This commit is contained in:
parent
db29b9b0a2
commit
bfb0c48616
8 changed files with 14 additions and 16 deletions
9
Templates/Modules/vr/VR.module
Normal file
9
Templates/Modules/vr/VR.module
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<ModuleDefinition
|
||||
ModuleId="VR"
|
||||
VersionId="1"
|
||||
Description="Module that implements the core engine-level setup for the game."
|
||||
ScriptFile="VR.cs"
|
||||
CreateFunction="onCreate"
|
||||
DestroyFunction="onDestroy"
|
||||
Group="Game">
|
||||
</ModuleDefinition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue