Changing the size of a BoxMesh

Godot Version

v4.3.stable.official [77dcf97d8]

Question

Which way is better to change the size of a BoxMesh in Godot?

  • From the size parameter of the mesh, or
  • From the scale parameter of Node3D, or
  • It really depends on the application.

It always depends, more common for option A) the size parameter since scaling can unwantedly affect children too

1 Like