Uses of Class
com.raylib.VrStereoConfig
Packages that use VrStereoConfig
-
Uses of VrStereoConfig in com.raylib
Methods in com.raylib that return VrStereoConfigModifier and TypeMethodDescriptionstatic VrStereoConfigVrStereoConfig.allocateArray(long elementCount) Allocate an array of VrStereoConfigstatic VrStereoConfigVrStereoConfig.allocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of VrStereoConfigVrStereoConfig.getArrayElement(int index) static VrStereoConfigRaylib.loadVrStereoConfig(VrDeviceInfo device) Load VR stereo config for VR simulator device parametersstatic VrStereoConfigRaylib.loadVrStereoConfig(Arena arena, VrDeviceInfo device) Load VR stereo config for VR simulator device parametersVrStereoConfig.setLeftLensCenter(MemorySegment value) VR left lens centerVrStereoConfig.setLeftScreenCenter(MemorySegment value) VR left screen centerVrStereoConfig.setProjection(MemorySegment value) VR projection matrices (per eye)VrStereoConfig.setRightLensCenter(MemorySegment value) VR right lens centerVrStereoConfig.setRightScreenCenter(MemorySegment value) VR right screen centerVrStereoConfig.setScale(MemorySegment value) VR distortion scaleVrStereoConfig.setScaleIn(MemorySegment value) VR distortion scale inVrStereoConfig.setViewOffset(MemorySegment value) VR view offset matrices (per eye)Methods in com.raylib with parameters of type VrStereoConfigModifier and TypeMethodDescriptionstatic voidRaylib.beginVrStereoMode(VrStereoConfig config) Begin stereo rendering (requires VR simulator)static voidRaylib.unloadVrStereoConfig(VrStereoConfig config) Unload VR stereo config