🔹Add Room to the Scene
addRoomtoScene: to add room to the scene (returns objId of the room)
assetName
asset name
required
string
Unit
position
default: [0, 0, 0]
optional
[float, float, float]
3D Units
rotation
default: [0, 0, 0]
optional
[float, float, float]
Radian
scale
default: [1, 1, 1]
optional
[float, float, float]
3D Units
removeRoomfromScene:
Last updated