1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Path3D: custom debug color and custom debug show

This commit is contained in:
ywmaa
2023-09-25 21:47:28 +03:00
committed by ywmaa
parent 76a135926a
commit 275f046e4a
5 changed files with 87 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ class Path3DGizmo : public EditorNode3DGizmo {
};
Path3D *path = nullptr;
Ref<StandardMaterial3D> debug_material;
mutable Vector3 original;
mutable float orig_in_length;
mutable float orig_out_length;