functions to make various basic shapes More...
Static Public Member Functions | |
static Switch | createAxes () |
create X(red),Y(green) and Z(blue) axes | |
static Switch | createBall (double radius, Color3f c) |
create ball with switch node | |
static Switch | createBall (double radius, Color3f c, float transparency) |
create ball with switch node |
functions to make various basic shapes
Definition at line 30 of file GrxShapeUtil.java.
static Switch com.generalrobotix.ui.util.GrxShapeUtil.createAxes | ( | ) | [inline, static] |
static Switch com.generalrobotix.ui.util.GrxShapeUtil.createBall | ( | double | radius, |
Color3f | c | ||
) | [inline, static] |
create ball with switch node
radius | radius of the ball |
c | color of the ball |
Definition at line 86 of file GrxShapeUtil.java.
static Switch com.generalrobotix.ui.util.GrxShapeUtil.createBall | ( | double | radius, |
Color3f | c, | ||
float | transparency | ||
) | [inline, static] |
create ball with switch node
radius | radius of the ball |
c | color of the ball |
transparency | transparency |
Definition at line 97 of file GrxShapeUtil.java.