mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Baseline working openvr code
This commit is contained in:
parent
e239d106f5
commit
ba91478fad
23 changed files with 1463 additions and 457 deletions
|
|
@ -185,6 +185,8 @@ public:
|
|||
virtual void setCurrentConnection(GameConnection *connection) { mConnection = connection; }
|
||||
virtual GameConnection* getCurrentConnection() { return mConnection; }
|
||||
|
||||
GFXTexHandle getPreviewTexture();
|
||||
|
||||
String dumpMetrics();
|
||||
|
||||
// Stereo RT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue