mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed some sphere shape examples in basic shapes tutorial.
This commit is contained in:
parent
c03570ce3b
commit
dfa348a50c
2 changed files with 3 additions and 3 deletions
|
@ -494,11 +494,11 @@ BOSL2 overrides the built-in `sphere()` module. It still can be used as you
|
||||||
expect from the built-in:
|
expect from the built-in:
|
||||||
|
|
||||||
```openscad-3D
|
```openscad-3D
|
||||||
cylinder(r=50);
|
sphere(r=50);
|
||||||
```
|
```
|
||||||
|
|
||||||
```openscad-3D
|
```openscad-3D
|
||||||
cylinder(d=100);
|
sphere(d=100);
|
||||||
```
|
```
|
||||||
|
|
||||||
You can anchor, spin, and orient `sphere()`s, much like you can with `cylinder()`
|
You can anchor, spin, and orient `sphere()`s, much like you can with `cylinder()`
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,292];
|
BOSL_VERSION = [2,0,293];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue