final AntiAliased<Cone> spitze = new AntiAliased<Cone>(new Cone(
Achse.WIDTH * 2, Achse.WIDTH * 2, this.appear));
final Transform3D transform3d = new Transform3D();
if (aling == Achse.ALING_X)
transform3d.rotZ(-Math.PI / 2);
if (aling == Achse.ALING_Z)
transform3d.rotX(Math.PI / 2);
this.setTransform(transform3d);
this.addChild(achse);