Normand Briere
2019-04-22 3c4c16e0a4ca3949a7a37a24607df7f89abfe7ea
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 {