You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Modernized default 3D material, fixes material bugs.
This commit is contained in:
@@ -57,8 +57,8 @@ class Polygon3DEditor : public HBoxContainer {
|
||||
ToolButton *button_create;
|
||||
ToolButton *button_edit;
|
||||
|
||||
Ref<SpatialMaterial> line_material;
|
||||
Ref<SpatialMaterial> handle_material;
|
||||
Ref<StandardMaterial3D> line_material;
|
||||
Ref<StandardMaterial3D> handle_material;
|
||||
|
||||
EditorNode *editor;
|
||||
Panel *panel;
|
||||
|
||||
Reference in New Issue
Block a user