makeGroundObject method

void makeGroundObject()

Implementation

void makeGroundObject() {
  enableEarthGravity();
  enableNormalFriction();
  setupPhysics(dragCoefficient: 0.0); // No air resistance on ground
}