- 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:
@@ -366,6 +366,10 @@ export class EventQueueClient
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 'ObjectPhysicsProperties':
|
||||
{
|
||||
break;
|
||||
}
|
||||
case 'TeleportFinish':
|
||||
{
|
||||
const info = event['body']['Info'][0];
|
||||
|
||||
Reference in New Issue
Block a user