aha! I think I',m close to understanding the age-old bug of janusobjects requiring a setTimeout( () => obj.rotation = '0 90 2') after jansobj = room.createObject(..) 🥳
The quaternion (janusobj.orientation)is not reflected to the (nonexisting THREE object?) here as well...unless wrapped in setTimeout.
aha! I think I',m close to understanding the age-old bug of janusobjects requiring a
setTimeout( () => obj.rotation = '0 90 2')afterjansobj = room.createObject(..)🥳The quaternion (
janusobj.orientation)is not reflected to the (nonexisting THREE object?) here as well...unless wrapped in setTimeout.