Explorar o código

TS: Add instanceId to Intersection interface.

Mugen87 %!s(int64=5) %!d(string=hai) anos
pai
achega
3ffb3fb0b3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/Raycaster.d.ts

+ 1 - 0
src/core/Raycaster.d.ts

@@ -14,6 +14,7 @@ export interface Intersection {
 	faceIndex?: number;
 	object: Object3D;
 	uv?: Vector2;
+	instanceId?: number;
 }
 
 export interface RaycasterParameters {