Merge pull request #6395 from EasyAR/three

update threejs/three
This commit is contained in:
Masahiro Wakame
2015-11-02 21:50:25 +09:00
+1 -1
View File
@@ -1213,7 +1213,7 @@ declare module THREE {
* Searches through the object's children and returns the first with a matching id, optionally recursive.
* @param id Unique number of the object instance
*/
getObjectById(id: string): Object3D;
getObjectById(id: number): Object3D;
/**
* Searches through the object's children and returns the first with a matching name, optionally recursive.