Run this code and click on Sphere.
Group with sphere have next translations:
grp.setTranslateX(200);
grp.setTranslateY(200);
grp.setTranslateZ(1000);
On console you will see that PickResult.getIntersectedDistance() return value 1800+.
Group with sphere have next translations:
grp.setTranslateX(200);
grp.setTranslateY(200);
grp.setTranslateZ(1000);
On console you will see that PickResult.getIntersectedDistance() return value 1800+.
- duplicates
-
JDK-8120199 [FX3D] Camera: Translation problem.
-
- Closed
-