scale property

Vec3 scale
final

Local scaling of the mesh. Use .setScale() to set it.

Implementation

final Vec3 scale = Vec3(1, 1, 1);