- Implement camera controls
- Option to resolve object properties when fetching from object store (names, descriptions etc). Can be more efficient - TODO: use FamilyProperties for child prims. - Refactored objectstore to reduce code duplication
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BBox } from 'rbush-3d/dist';
|
||||
import { IGameObject } from './IGameObject';
|
||||
import { GameObject } from '../GameObject';
|
||||
export interface ITreeBoundingBox extends BBox {
|
||||
gameObject: IGameObject;
|
||||
gameObject: GameObject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user