Hi I am trying to build a dice roller with babylon, and I want to dice collided with the screen after rolling, and I don’t want toe user be able to move the camera. Is there something like FixedCamera
that I can use? I have read the source, but I cannot find something like that
Or do I need to use FollowCamera
, following an invisible point in the center of the screen?