3 lines
90 B
TypeScript
3 lines
90 B
TypeScript
import { Geometry } from 'three';
|
|
export declare function RotateUVs(geo: Geometry): void;
|