Current implementation of Box texture maps the whole texture on each of the sides making it impossible to use Box class to have 3D object with sides colored differently. I propose to provide a enum property for Box to specify texture mapping option. We could then have the current way as default. And we can add one more option to support one of the 3D standard ways of doing it.
- duplicates
-
JDK-8103060 Access to Box's Face 3D
- Closed