File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38345,7 +38345,7 @@ return {
3834538345 description = "Returns one of the points in the convex hull, in local space.",
3834638346 key = "ConvexShape:getPoint",
3834738347 module = "lovr.physics",
38348- notes = "Currently, the point positions do not include the scale of the convex shape .",
38348+ notes = "The point positions will be scaled by the ConvexShape's scale, see `ConvexShape:getScale` .",
3834938349 related = {
3835038350 "ConvexShape:getPointCount"
3835138351 },
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ return {
2727 returns = { ' x' , ' y' , ' z' }
2828 }
2929 },
30- notes = ' Currently, the point positions do not include the scale of the convex shape.' ,
30+ notes = [[
31+ The point positions will be scaled by the ConvexShape's scale, see `ConvexShape:getScale`.
32+ ]] ,
3133 related = {
3234 ' ConvexShape:getPointCount'
3335 }
You can’t perform that action at this time.
0 commit comments