更新配置,能够简单运行实例.

This commit is contained in:
ChenX
2018-10-12 17:02:10 +08:00
parent 2ef48e17c6
commit bda2b05204
66 changed files with 732 additions and 4481 deletions

7
dist/PlaneExt.d.ts vendored
View File

@@ -1,7 +0,0 @@
import * as THREE from 'three';
import { Vector3, Line3 } from "three";
export declare class PlaneExt extends THREE.Plane {
constructor(normal?: THREE.Vector3, constant?: number);
intersectLine(line: Line3, optionalTarget?: Vector3, extendLine?: boolean): Vector3;
intersectRay(ray: THREE.Ray, optionalTarget?: Vector3, extendLine?: boolean): Vector3;
}