- Implement 3D space rtree-based indexing in the Full ObjectStore
- Implement ScriptDialogReply thanks to Hintswen - Add a rudimentary object search - doesn't work fully yet because of the missing messages
This commit is contained in:
5
dist/classes/interfaces/ITreeBoundingBox.d.ts
vendored
Normal file
5
dist/classes/interfaces/ITreeBoundingBox.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BBox } from 'rbush-3d/dist';
|
||||
import { IGameObject } from './IGameObject';
|
||||
export interface ITreeBoundingBox extends BBox {
|
||||
gameObject: IGameObject;
|
||||
}
|
||||
Reference in New Issue
Block a user