|
Monado OpenXR Runtime
|
PlayStation Sense controller LED models. More...

Go to the source code of this file.
Variables | |
| static const float | LED_RADIUS_M = 0.004f |
| static const float | LED_VISIBILITY_ANGLE = DEG_TO_RAD(90) |
| const float | pssense_imu_angle = DEG_TO_RAD(50.27f) |
| Rotation on X axis from LED -> IMU. | |
| static struct xrt_vec3 | T_led_imu_left |
| The offset from the LED origin -> IMU origin, for the left controller. | |
| static struct xrt_vec3 | T_led_imu_right |
| The offset from the LED origin -> IMU origin, for the right controller. | |
| static struct t_constellation_tracker_led | pssense_left_leds [] |
| static struct t_constellation_tracker_led | pssense_right_leds [] |
PlayStation Sense controller LED models.
Data extracted from Sony's PC driver.
| const float pssense_imu_angle = DEG_TO_RAD(50.27f) |
Rotation on X axis from LED -> IMU.
Referenced by pssense_create().
|
static |
The offset from the LED origin -> IMU origin, for the left controller.
Referenced by pssense_create().
|
static |
The offset from the LED origin -> IMU origin, for the right controller.
Referenced by pssense_create().