webcad-ue4-api/types/Geometry/UVUtils.d.ts
2024-10-29 17:14:43 +08:00

4 lines
273 B
TypeScript

import { Geometry, Matrix4 } from "three";
export declare function ScaleUV(geo: Geometry, scale?: number): void;
export declare function ScaleUV2(geo: Geometry, ocs: Matrix4, xScale?: number, yScale?: number, isInvert?: boolean): void;
//# sourceMappingURL=UVUtils.d.ts.map