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 VrStereoConfig
VrStereoConfig.allocateArray
(long elementCount) Allocate an array of VrStereoConfigstatic VrStereoConfig
VrStereoConfig.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of VrStereoConfigVrStereoConfig.getArrayElement
(int index) VrStereoConfig.leftLensCenter
(float[] value) VR left lens centerVrStereoConfig.leftScreenCenter
(float[] value) VR left screen centerstatic VrStereoConfig
Raylib.loadVrStereoConfig
(VrDeviceInfo device) Load VR stereo config for VR simulator device parametersstatic VrStereoConfig
Raylib.loadVrStereoConfig
(Arena arena, VrDeviceInfo device) Load VR stereo config for VR simulator device parametersVrStereoConfig.projection
(MemorySegment value) VR projection matrices (per eye)VrStereoConfig.rightLensCenter
(float[] value) VR right lens centerVrStereoConfig.rightScreenCenter
(float[] value) VR right screen centerVrStereoConfig.scale
(float[] value) VR distortion scaleVrStereoConfig.scaleIn
(float[] value) VR distortion scale inVrStereoConfig.viewOffset
(MemorySegment value) VR view offset matrices (per eye)Methods in com.raylib with parameters of type VrStereoConfigModifier and TypeMethodDescriptionstatic void
Raylib.beginVrStereoMode
(VrStereoConfig config) Begin stereo rendering (requires VR simulator)static void
Raylib.unloadVrStereoConfig
(VrStereoConfig config) Unload VR stereo config