Object3D.java
.. .. @@ -8869,7 +8869,7 @@ 8869 8869 double diry = ray.viewDirection.y; 8870 8870 double dirz = ray.viewDirection.z; 8871 8871 8872 - if (this.fromParent != null)8872 + if (this.fromParent != null && !(this instanceof TextureNode))8873 8873 { 8874 8874 eye.x = eyex; 8875 8875 eye.y = eyey; .. .. @@ -8894,7 +8894,7 @@ 8894 8894 8895 8895 boolean touch = false; 8896 8896 8897 - if (bRep != null)8897 + if (bRep != null && link2support)8898 8898 { 8899 8899 if (bbox == null) 8900 8900 {