1 2 3 4 5 6 7 8 9 10 11 12
|
% Psychtoolbox:PsychHardware:PsychVRToolbox
%
% Functions for use of and access to Virtual Reality devices.
%
% CV1Test - A timing test script for HMDs by use of a photometer.
% OculusVR - How to setup Oculus VR head mounted displays and general intro.
% PsychVRHMD - General driver for VR head mounted displays (HMDs).
% PsychOculusVR - Driver for devices from Oculus VR, e.g., the Oculus Rift, using the v0.5 SDK.
% PsychOculusVR1 - Driver for devices from Oculus VR, e.g., the Rift CV1, using the v1.0 SDK.
% PsychOpenHMDVR - Driver for devices supported by OpenHMD (http://www.openhmd.net).
% PsychOpenXR - Driver for XR devices supported by a OpenXR compliant runtime.
% VRInputStuffTest - Test input functionality related to VR devices.
|