MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getHMDDevice

Method getHMDDevice

Engine/source/platform/input/oculusVR/oculusVRDevice.cpp:385–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383//-----------------------------------------------------------------------------
384
385OculusVRHMDDevice* OculusVRDevice::getHMDDevice(U32 index) const
386{
387 if(index >= mHMDDevices.size())
388 return NULL;
389
390 return mHMDDevices[index];
391}
392
393F32 OculusVRDevice::getHMDCurrentIPD(U32 index)
394{

Callers 1

oculusVRDevice.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected