Create "real shapes" from MathPackage?

Sorry for this noob question but I'm really stuck on this:



In my application I use the shape "Disk" (and a blue MaterialState on it) to mark objects that are clicked with the mouse (the same way as you know it from RTS games).



Now I want to replace this Disk with a blue Ring. Therefore I looked in the API and found different shapes like Line, Rectangle or Ring in the "math-package". The problem now is: I can't figure out how to create a Ring with properties (such as applying a color) out of those mathematical shapes because they seem to require another way of handling than the "jme.scene.shapes".



Any hints on that  :?

They aren't visual shapes.  But try the Line object in com.jme.scene

Thx! I didn't see the appendCircle() in the Line-class. Works perfect :slight_smile: