CADViewComponent/dist/RotateUV.d.ts
2018-05-28 09:49:45 +08:00

3 lines
94 B
TypeScript

import * as THREE from 'three';
export declare function RotateUVs(geo: THREE.Geometry): void;