Quote:
Originally Posted by CuddleBeam
Herp, update.
-I just realized that "playing" the day doesn't work when you have 2 or more cows. That's a serious bug I have to fix.
-I have so much literature to write... A lot of the dialogue is just "Not implemented" as a placeholder for now, instead of just nothing :I
-Did some math. The equation I'm using to get the cow's bust (and hip) perimeter based on the mass at that given point now is:
p= Original perimeter (i.e. if she was completely flat)
h= boob "area" height on the body (I just put it as 20cm, however it should be f(bustmass) to be more accurate )
v= volume of the bustfat.
Perimeter increment = (9/h)*((9p/h)^2+2hv/9)^(1/2)
final perimenter = perimeter increment + p
Its giving me good, realistic numbers until now so... I'm happy. The equation comes off from my awesome collage paper: http://thatsmathematics.com/mathgen/...281&format=pdf
|
Oh wow, this legitimately caught me off-guard with how legit-sounding it was. I actually had to google "Deligne-Steiner vectors". 10/10.
Also, rename your variables, bro. No one likes reading formal math technobabble for extended periods of time.