mirror of https://github.com/mosra/magnum.git
Browse Source
Will allow for more convenient usage of e.g. ShapeGroup operators:
Physics::ObjectShape3D* shape;
shape->setShape(Physics::Sphere3D({}, 0.75f) ||
Physics::AxisAlignedBox3D({}, {3.0f, 1.5f, 2.0f}));
pull/7/head
1 changed files with 19 additions and 0 deletions
Loading…
Reference in new issue