Normand Briere
2019-05-01 a742f6cebf1d471217d836e07934e5c02c22b6db
CSG.java
....@@ -132,7 +132,7 @@
132132 }
133133
134134 /**/
135
- void draw(CameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
135
+ void draw(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
136136 {
137137 if (csgType == UNION || !link2master) // || csgType == MERGE)
138138 {
....@@ -154,7 +154,7 @@
154154 }
155155 /**/
156156
157
- void PreprocessOcclusion(CameraPane cp)
157
+ void PreprocessOcclusion(iCameraPane cp)
158158 {
159159 if (csgType == UNION) // || csgType == MERGE)
160160 {