mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engine.ts
This commit is contained in:
parent
09d5502eb6
commit
de27cc92dc
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export class RoomEngine extends EventEmitter {
|
|||
public camera: BABYLON.UniversalCamera;
|
||||
private fixedCamera: BABYLON.FreeCamera;
|
||||
public objectEntities: Map<string, {
|
||||
rootMesh: BABYLON.Mesh;
|
||||
rootMesh: BABYLON.TransformNode;
|
||||
convertedOptions: ConvertedOptions;
|
||||
instance: RoomObjectInstance;
|
||||
model: ModelManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue