Interface WebXRControllerParams

interface WebXRControllerParams {
    raycaster: {
        leftRay: Raycaster;
        rightRay: Raycaster;
    };
}

Properties

Properties

raycaster: {
    leftRay: Raycaster;
    rightRay: Raycaster;
}