- Joined
- Jul 7, 2012
- Messages
- 1,519
- Reaction score
- 1,542
- Points
- 128
- Location
- Monte Hermoso - Argentina
- Website
- github.com
- Preferred Pronouns
- he/him
Can anyone tell me where this variable "
Is it the acceleration of gravity?
G0" comes from?Is it the acceleration of gravity?
C++:
local set_feature = {}
function set_feature.set_contact_points()
local travel = 0.1
local stiffness_value = ((empty_mass+main_fuel_tank_max)*G0)/travel

