fixed syntax error authored by Lxlp's avatar Lxlp
...@@ -8,7 +8,7 @@ Note: Cone is fixed on the y-axis, and cannot be rotated up or down ...@@ -8,7 +8,7 @@ Note: Cone is fixed on the y-axis, and cannot be rotated up or down
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| angle | a | The angle of the cone | 90 | | angle | a | The angle of the cone | 90 |
| range | r | The length of the cone | 16 | | range | r | The length of the cone | 16 |
| points | p | The number of points that will be targeted inside the cone | angle*range*0.1| | points | p | The number of points that will be targeted inside the cone | angle\*range\*0.1|
| rotation | rot | The rotation of the cone | 0 | | rotation | rot | The rotation of the cone | 0 |
| yoffset | yo, y | The y offset of the cone | 0 | | yoffset | yo, y | The y offset of the cone | 0 |
... ...
......