Advertisement
Guest User

CBPConfig.txt

a guest
Feb 28th, 2018
1,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # Linear spring stiffness
  2. Breast.stiffness 0.03
  3. # Quadratic Spring stiffness
  4. Breast.stiffness2 0.02
  5.  
  6. # Velocity removed/tick 1.0 would be all velocity removed
  7. Breast.damping 0.025
  8.  
  9. # Maximum number of units positio can diverge from target
  10. Breast.maxoffset 16
  11.  
  12. # Time Quanta for the physics in ms 4 means that a 16ms frame would be broken down into 4 4ms steps
  13. Breast.timetick 1.6
  14.  
  15. # Scale of the motion in X/Y/Z - Y is front to back, Z up and down and X side to side
  16. Breast.linearX 0.8
  17. Breast.linearY 0.1
  18. Breast.linearZ 0.6
  19.  
  20. # Scale of the bones rotation around the X axis
  21. Breast.rotational 0.05
  22.  
  23.  
  24. Butt.stiffness 0.04
  25. Butt.stiffness2 0.02
  26. Butt.damping 0.04
  27. Butt.maxoffset 2
  28. Butt.timetick 2
  29. Butt.linearX 1.0
  30. Butt.linearY 1.0
  31. Butt.linearZ 3.0
  32. Butt.rotational 0.05
  33.  
  34. Belly.stiffness 0.01
  35. Belly.stiffness2 0.02
  36. Belly.damping 0.01
  37. Belly.maxoffset 2
  38. Belly.timetick 1
  39. Belly.linearX 0.2
  40. Belly.linearY 0.2
  41. Belly.linearZ 0.2
  42. Belly.rotational 0.1
  43.  
  44. Tuning.rate 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement