CADViewComponent/dist/RotateUV.d.ts

3 lines
90 B
TypeScript
Raw Permalink Normal View History

import { Geometry } from 'three';
export declare function RotateUVs(geo: Geometry): void;