| 279 | } |
| 280 | |
| 281 | void DrawSphereWires(float radius, int rings, int slices, ::Color color) const { |
| 282 | ::DrawSphereWires(*this, radius, rings, slices, color); |
| 283 | } |
| 284 | |
| 285 | void DrawCylinder(float radiusTop, float radiusBottom, float height, int slices, ::Color color) const { |
| 286 | ::DrawCylinder(*this, radiusTop, radiusBottom, height, slices, color); |