How to get a picture over a sphere in Scene Builder

761 views Asked by At

How can i get a picture over a 3D-object in JavaFx Scene Builder.

I want to set the picture over a Javafx 3D Sphere, i have set the sphere in line filling because if i don't do this i can't even see the middle of my image.

enter image description here

1

There are 1 answers

0
Matthis Kohli On BEST ANSWER

On the left side of your SceneBuilder you can find "Document". You have a Hierarchy under Document. AnchorPane -> Pane .. -> Sphere. You have to drag your ImageView right below the sphere to change the order.

Hope that helped.