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