PixiThree - v0.0.16
    Preparing search index...

    Interface UvTrace

    UV trace to 3D coordinates.

    interface UvTrace {
        barycentric: Vector3;
        faceIndex: number;
        normal: Vector3;
        position: Vector3;
    }
    Index

    Properties

    barycentric: Vector3
    faceIndex: number
    normal: Vector3
    position: Vector3