You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename center method to get_center in Plane.
This commit is contained in:
@@ -748,7 +748,7 @@ Geometry3D::MeshData Geometry3D::build_convex_mesh(const Vector<Plane> &p_planes
|
||||
Vector3 right = p.normal.cross(ref).normalized();
|
||||
Vector3 up = p.normal.cross(right).normalized();
|
||||
|
||||
Vector3 center = p.center();
|
||||
Vector3 center = p.get_center();
|
||||
|
||||
// make a quad clockwise
|
||||
LocalVector<Vector3> vertices = {
|
||||
|
||||
Reference in New Issue
Block a user