Skip to content

Commit

Permalink
fix: changed icosahedron node type
Browse files Browse the repository at this point in the history
  • Loading branch information
akorzunin committed Aug 21, 2024
1 parent b73a4a0 commit 8c783a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/icosahedron/Icosahedron.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ shader_parameter/use_web_colors = false
shader_parameter/cutplane = Vector4(-0.577, -0.577, 0.577, 0.794)
shader_parameter/color = Vector3(0, 1, 0)

[node name="Icosahedron" type="MeshInstance3D"]
[node name="Icosahedron" type="Node3D"]
script = ExtResource("1_w7qn7")

[node name="CutPlane" type="MeshInstance3D" parent="."]
Expand Down

0 comments on commit 8c783a7

Please sign in to comment.