Skip to content

Commit

Permalink
feat: update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Oct 6, 2024
1 parent a64c52c commit be62234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ enum class BulletBroadphaseType : uint32_t
AxisSweep3_32Bit
};

const double pragma::physics::BtEnvironment::WORLD_SCALE = util::pragma::units_to_metres(1.0);
const double pragma::physics::BtEnvironment::WORLD_SCALE = pragma::units_to_metres(1.0);
const double pragma::physics::BtEnvironment::WORLD_SCALE_SQR = umath::pow(BtEnvironment::WORLD_SCALE,2.0);
const float pragma::physics::BtEnvironment::CCD_MOTION_THRESHOLD = 4.f *static_cast<float>(WORLD_SCALE);
const float pragma::physics::BtEnvironment::CCD_SWEPT_SPHERE_RADIUS = 2.f *static_cast<float>(WORLD_SCALE);
Expand Down

0 comments on commit be62234

Please sign in to comment.