Changing the shape of an object in play mode

I did for a colleague in technical high school a simulation of a machining: https://cospac.es/edu/15lT
Code with Blockly:Usinage épaulement 280218

Would there be a solution, including in JavaScript, to simulate the gradual removal of material, ie a gradual change of form (but not a simple progressive change in opacity)?

1 Like

Hi Daniel,

maybe you can make use of the flexible objects JavaScript APIs to make simple manipulations to these shapes.

  1. Capsule
  2. Cone
  3. Cone Frustum
  4. Cuboid
  5. Cylinder
  6. Ellipsoid
  7. Frustum
  8. Torus
1 Like