We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13cb09 commit 349be5dCopy full SHA for 349be5d
1 file changed
tutorials/performance/using_multimesh.rst
@@ -62,6 +62,8 @@ efficient for millions of objects, but for a few thousands, GDScript should be f
62
multimesh = MultiMesh.new()
63
# Set the format first.
64
multimesh.transform_format = MultiMesh.TRANSFORM_3D
65
+ # Set the mesh that will be duplicated.
66
+ multimesh.mesh = BoxMesh.new()
67
# Then resize (otherwise, changing the format is not allowed).
68
multimesh.instance_count = 10000
69
# Maybe not all of them should be visible at first.
0 commit comments