Преглед изворни кода

TS: Add instanceId to Intersection interface.

Mugen87 пре 5 година
родитељ
комит
3ffb3fb0b3
1 измењених фајлова са 1 додато и 0 уклоњено
  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 {