UNPKG

arx-level-generator

Version:
7 lines (6 loc) 269 B
import { BufferGeometry, Vector2 } from 'three'; /** * @param offset Vector2 with the 2 values representing X and Y axis. Both axis are expected to be * floats between 0 and 1 */ export declare const translateUV: (offset: Vector2, geometry: BufferGeometry) => void;