Normand Briere
2019-06-27 f78dd18c66d607b693c0bf5937fc59181bf5a26b
Object3D.java
....@@ -5043,6 +5043,7 @@
50435043
50445044 if (child == null)
50455045 continue;
5046
+
50465047 if (child.HasTransparency() && child.size() != 0)
50475048 {
50485049 cTreePath leaf = child.Select(indexcount, deselect);
....@@ -5929,6 +5930,7 @@
59295930 if (GetBRep() != null)
59305931 {
59315932 display.NextIndex();
5933
+
59325934 // vertex color conflict : gl.glCallList(list);
59335935 DrawNode(display, root, selected);
59345936 if (this instanceof BezierPatch)