webcad-ue4-api/types/Geometry/RotateUV.d.ts

4 lines
180 B
TypeScript
Raw Normal View History

2022-11-09 11:26:00 +08:00
import { Matrix2 } from './Matrix2';
export declare const ROTATE_MTX2: Matrix2;
2021-01-28 10:17:21 +08:00
export declare function RotateUVs(geo: THREE.Geometry): void;
//# sourceMappingURL=RotateUV.d.ts.map