The Java 3D Shape3D leaf node creates a 3D shape with geometry and appearance node components |
Text3D geometry node component creates extruded 3D text in this example |
Shape3D sign = new Shape3D( ); |
sign.setGeometry( hello ); |
sign.setAppearance( color ); |