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.
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.
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.