Normand Briere
2019-09-20 cbe4e90105d07d7d3fecabffaa01342403aa2ae3
Object3D.java
....@@ -8869,7 +8869,7 @@
88698869 double diry = ray.viewDirection.y;
88708870 double dirz = ray.viewDirection.z;
88718871
8872
- if (this.fromParent != null)
8872
+ if (this.fromParent != null && !(this instanceof TextureNode))
88738873 {
88748874 eye.x = eyex;
88758875 eye.y = eyey;
....@@ -8894,7 +8894,7 @@
88948894
88958895 boolean touch = false;
88968896
8897
- if (bRep != null)
8897
+ if (bRep != null && link2support)
88988898 {
88998899 if (bbox == null)
89008900 {