Skip to content

Commit 7aec93d

Browse files
committed
Update CHANGELOG.md
1 parent 76d2c97 commit 7aec93d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* `showInternalEdges` - When rendering bodies, render the internal edges as well?
1313
* `showConvexHulls` - When rendering polygon bodies, render the convex hull as well?
1414
* `showBodyPosition` - Render the position of non-static bodies?
15+
* `showSensors` - Render sensors?
1516
* `renderFill` - Render the bodies using a fill color.
1617
* `renderLine`- Render the bodies using a line stroke.
1718
* `fillColor` - The color value of the fill when rendering dynamic bodies.
@@ -24,6 +25,8 @@
2425
* `staticBodySleepOpacity` - The amount to multiply the opacity of sleeping static bodies by.
2526
* `sleepFillColor` - The color value of the fill when rendering sleeping dynamic bodies.
2627
* `sleepLineColor` - The color value of the line stroke when rendering sleeping dynamic bodies.
28+
* `sensorFillColor` - The color value of the fill when rendering sensor bodies.
29+
* `sensorLineColor` - The color value of the line stroke when rendering sensor bodies.
2730
* `jointColor` - The color value of joints when `showJoint` is set.
2831
* `jointLineOpacity` - The line opacity when rendering joints, a value between 0 and 1.
2932
* `jointLineThickness` - The line thickness when rendering joints.

0 commit comments

Comments
 (0)