RayAlgorithmData: {
    cameraToWorld: mat4;
    deviceCenterToWorld: mat4;
    index: vec3 | null;
    mid: vec3 | null;
    thumb: vec3 | null;
    wrist: vec3 | null;
}