Preparing search index...

    TargetingData structure, received from LensCore's Gesture Module API Contains the normalized direction and the locus (origin) point of the ray, both interpreted in world coordinate system

    type TargetingData = {
        intendsToTarget: boolean;
        targetingDirectionInWorld: vec3;
        targetingLocusInWorld: vec3;
    }
    Index

    Properties

    intendsToTarget: boolean
    targetingDirectionInWorld: vec3
    targetingLocusInWorld: vec3