Create a cube using different textures in JavaFX

后端 未结 2 1774
既然无缘
既然无缘 2021-01-28 03:43

How can I create a cube that uses different images for each side?

I would like to choose the images to use dynamically, using the user\'s input.

The obvious solu

2条回答
  •  孤街浪徒
    2021-01-28 04:08

    Why don't you just copy the separate images into a single one? You can even do that inside your program via a canvas and a snapshot of it.

提交回复
热议问题