JME3 Shapes: Difference between Box and StripBox?

Is there a difference between Box and StripBox? I can’t seem to find anything in the documentation that explains the difference and I am unable to see a difference when I render them.

The strip box use a mesh made of TriangleStrip instead of Triangle.

setMode(Mode.TriangleStrip);
1 Like