Skip to content

Commit

Permalink
SplitDemo: test 8 more shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 9, 2024
1 parent ca969b0 commit f8f276b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ public class SplitDemo extends BasePhysicsApp<PhysicsSpace> {
*/
final private static String[] shapeNames = {
"box", "capsule", "cone", "coneBox", "customBox", "customCone",
"customCylinder", "cylinder", "cylinderBox", "ellipsoid", "football",
"frame", "frustum", "halfCylinder", "halfPipe", "hemisphere", "hull",
"iBeam", "lidlessBox", "multiSphere", "roundedDisc", "saucer", "sphere",
"customCylinder", "customDome", "customFrustum", "customHemisphere",
"customLemon", "customParaboloid", "customSegment", "cylinder",
"cylinderBox", "dome", "ellipsoid", "football", "frame", "frustum",
"halfCylinder", "halfPipe", "hemisphere", "hull", "iBeam", "lidlessBox",
"multiSphere", "roundedDisc", "saucer", "segment", "sphere",
"tetrahedron", "torus", "triangularFrame", "trident", "washer"
};
// *************************************************************************
Expand Down

0 comments on commit f8f276b

Please sign in to comment.