.. | .. |
---|
20 | 20 | return comp; |
---|
21 | 21 | } |
---|
22 | 22 | |
---|
23 | | - protected void deepCopySelf(Object3D other) |
---|
| 23 | + protected void deepCopyNode(Object3D other) |
---|
24 | 24 | { |
---|
25 | | - super.deepCopySelf(other); |
---|
| 25 | + super.deepCopyNode(other); |
---|
26 | 26 | BlobComponent b = (BlobComponent)other; |
---|
27 | 27 | //b.center = new cVector(); |
---|
28 | 28 | //LA.vecCopy(center, b.center); |
---|
.. | .. |
---|
140 | 140 | info.g.drawArc(spot.x + 1, spot.y + 1, spot.width - 2, spot.height - 2, 0, 360); |
---|
141 | 141 | } |
---|
142 | 142 | |
---|
143 | | - void draw(CameraPane display, boolean selected) |
---|
| 143 | + void draw(iCameraPane display, boolean selected) |
---|
144 | 144 | { |
---|
145 | 145 | } |
---|
146 | 146 | */ |
---|