'#14151f'
A flag to enable or disable rendering entirely.
false
A flag that specifies if render.bounds
should be used when rendering.
false
The target height in pixels of the render.canvas
to be created.
See also the options.pixelRatio
property to change render quality.
600
The pixel ratio to use when rendering.
1
A flag to enable or disable the body angle debug overlay.
false
A flag to enable or disable the body axes debug overlay.
false
A flag to enable or disable the body bounds debug overlay.
false
A flag to enable or disable the collision broadphase debug overlay.
no longer implemented
false
A flag to enable or disable the body collisions debug overlay.
false
A flag to enable or disable the body convex hulls debug overlay.
false
A flag to enable or disable all debug information overlays together. This includes and has priority over the values of:
render.options.showStats
render.options.showPerformance
false
A flag to enable or disable the body and part ids debug overlay.
false
A flag to enable or disable the body internal edges debug overlay.
false
A flag to enable or disable the mouse position debug overlay.
false
A flag to enable or disable performance charts. From left to right, the values shown are:
Each value is recorded over a fixed sample of past frames (60 frames).
A chart shown below each value indicates the variance from the average over the sample. The more stable or fixed the value is the flatter the chart will appear.
false
A flag to enable or disable the body positions debug overlay.
false
A flag to enable or disable the collision resolver separations debug overlay.
false
A flag to enable or disable sleeping bodies indicators.
true
A flag to enable or disable the engine stats info overlay. From left to right, the values shown are:
false
A flag to enable or disable the body velocity debug overlay.
false
A flag to enable or disable the body vertex numbers debug overlay.
false
The target width in pixels of the render.canvas
to be created.
See also the options.pixelRatio
property to change render quality.
800
A CSS color string to use for background when render.options.wireframes
is enabled.
This may be also set to 'transparent'
or equivalent.
'#14151f'
A CSS color string to use for stroke when render.options.wireframes
is enabled.
This may be also set to 'transparent'
or equivalent.
'#bbb'
A flag to toggle wireframe rendering otherwise solid fill rendering is used.
true
Generated using TypeDoc
A CSS background color string to use when
render.options.wireframes
is disabled. This may be also set to'transparent'
or equivalent.