3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
import * as THREE from 'three';
|
|
export declare function RotateUVs(geo: THREE.Geometry): void;
|