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