增加双击中键缩放到全部的特性.

This commit is contained in:
ChenX
2018-05-31 10:35:32 +08:00
parent 957107378e
commit 35443367f3
8 changed files with 28 additions and 7 deletions

4
dist/RotateUV.d.ts vendored
View File

@@ -1,2 +1,2 @@
import * as THREE from 'three';
export declare function RotateUVs(geo: THREE.Geometry): void;
import { Geometry } from 'three';
export declare function RotateUVs(geo: Geometry): void;