You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Revert "Renamed plane's d to distance"
This reverts commit ec7b481170.
This was wrong, `d` is not a distance but the `d` constant in the
parametric equation `ax + by + cz = d` describing the plane.
This commit is contained in:
@@ -3120,14 +3120,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_plane_get_distance",
|
||||
"name": "godot_plane_get_d",
|
||||
"return_type": "godot_real",
|
||||
"arguments": [
|
||||
["const godot_plane *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_plane_set_distance",
|
||||
"name": "godot_plane_set_d",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_plane *", "p_self"],
|
||||
|
||||
Reference in New Issue
Block a user