PixiThree - v0.0.16
    Preparing search index...

    Function mapUvToPixi

    • Maps UV coordinates (0-1) to Pixi pixel coordinates.

      Parameters

      • uv: Vector2

        Three.js UV Vector2 (0-1 range)

      • bounds: Rectangle | Bounds | { height: number; width: number; x?: number; y?: number }

        The bounds to map within (width/height and optional x/y offset)

      • Optionalout: Point

        Optional Pixi Point to store the result

      Returns Point

      The Pixi Point