menu
cannon_physics package
documentation
shapes/trimesh.dart
Trimesh
scale property
scale property
dark_mode
light_mode
scale
property
Vec3
scale
final
Local scaling of the mesh. Use .setScale() to set it.
Implementation
final Vec3 scale = Vec3(1, 1, 1);
cannon_physics package
documentation
shapes/trimesh
Trimesh
scale property
Trimesh class