CADViewComponent/dist/RotateUV.d.ts

3 lines
94 B
TypeScript
Raw Normal View History

2018-05-28 09:49:45 +08:00
import * as THREE from 'three';
export declare function RotateUVs(geo: THREE.Geometry): void;