Normand Briere
2019-09-10 5e1c410f8b99d246d1bbf828bbd8445bb716feeb
Object3D.java
....@@ -140,6 +140,7 @@
140140 projectedVertices[i] = new cVector2(); // Others
141141 }
142142 projectedVertices[0].x = 100; // bump
143
+ projectedVertices[1].y = 5000; // punchthrough. only for png
143144 }
144145
145146 void MinMax(cVector minima, cVector maxima)