Recent content by cm85
-
C
Undergrad Translate change of length to force in hanging chain problem
Thank you very much for your fast reply. Maybe i have made a wrong approach from the beginning on. Here is another way from scratch based on various processing-sketechs. It's a simple particle simulation which is adding a value to the z-coordinate of each particle as well as the velocity of the... -
C
Undergrad Translate change of length to force in hanging chain problem
I'm trying to write a simple script in blender python in order to show load deflection in cloth simulation. My question is: Is it possible to translate the change of length (distance between two nodes), into a force? (Newton between those nodes)? In addition you will find a minimal example. The...