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
03c0b48e1e
commit
7970fed6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ export class RoomEngine {
|
|||
private roomCollisionMeshes: BABYLON.AbstractMesh[] = [];
|
||||
public roomState: RoomState;
|
||||
public enableGridSnapping = ref(true);
|
||||
public gridSnappingScale = ref(8/*cm*/);
|
||||
public gridSnappingScale = ref(4/*cm*/);
|
||||
private putParticleSystem: BABYLON.ParticleSystem;
|
||||
private envMapIndoor: BABYLON.CubeTexture;
|
||||
private envMapOutdoor: BABYLON.CubeTexture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue