mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update threejs/three.d.ts Intersection
Insersection was missing distanceToRay and index properties from three,js r73.
This commit is contained in:
Vendored
+2
@@ -1631,7 +1631,9 @@ declare module THREE {
|
||||
|
||||
export interface Intersection {
|
||||
distance: number;
|
||||
distanceToRay: number;
|
||||
point: Vector3;
|
||||
index: number;
|
||||
face: Face3;
|
||||
object: Object3D;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user