Moth Simulator #64
studiosoho
started this conversation in
Show and tell
Replies: 1 comment
-
Very cool. This looks like a real moth (almost 😄) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was working on adding mass to the atoms, but forgot to put the mass calculus at
F = ( g * 1) /d
like so:
F = (g * atoms2[j].mass * atoms1[i].mass) / d;
Then added color changing effect controlling rgb separatly..
Beta Was this translation helpful? Give feedback.
All reactions