Infobar

The infobar displays information about the content and progress of the simulation. The information displayed includes:

  • The number of rigid bodies currently alive in the model.
  • The number of entities currently alive in the model.
  • The current simulation speed, as a multiple of real-time.
  • The current simulation time.

Console

The integrated developer console lists any errors and printouts from scripted components and tools, such as console.error() or console.log() statements.

Disable Rendering

The disable rendering button disables the rendering, which can lead to improved performance when running models.

Physics Visualization

The physics visualization button toggles between rendering the physics collision geometry and the graphics mesh geometry.

Recording

The recording button opens a dialog window that supports the following two modes:

  • Screen Capture: Records the window to a .webm video file.
  • GLTF Frames: Records the scene as a sequence of GLTF frames to a .zip file.

Notes

You can write a persistent text note to inform yourself or other co-workers of important context about your model.