mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
textured_cylinder() Example tweak.
This commit is contained in:
parent
0ffdec954e
commit
5cb31884cf
2 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,7 @@ IgnoreFiles:
|
|||
tmp_*.scad
|
||||
PrioritizeFiles:
|
||||
transforms.scad
|
||||
constants.scad
|
||||
attachments.scad
|
||||
shapes2d.scad
|
||||
shapes3d.scad
|
||||
|
@ -23,10 +24,10 @@ PrioritizeFiles:
|
|||
mutators.scad
|
||||
paths.scad
|
||||
regions.scad
|
||||
skin.scad
|
||||
vnf.scad
|
||||
beziers.scad
|
||||
rounding.scad
|
||||
skin.scad
|
||||
turtle3d.scad
|
||||
math.scad
|
||||
linalg.scad
|
||||
|
@ -35,7 +36,6 @@ PrioritizeFiles:
|
|||
coords.scad
|
||||
geometry.scad
|
||||
trigonometry.scad
|
||||
constants.scad
|
||||
version.scad
|
||||
comparisons.scad
|
||||
lists.scad
|
||||
|
|
|
@ -2485,7 +2485,7 @@ module textured_revolution(
|
|||
// See Also: textured_linear_sweep(), textured_revolution()
|
||||
// Examples:
|
||||
// textured_cylinder(h=40, r=20, texture="diamonds", tex_size=[5,5]);
|
||||
// textured_cylinder(h=40, r1=20, r2=15, texture="pyramids", tex_size=[5,5], style="concave");
|
||||
// textured_cylinder(h=40, r1=20, r2=15, texture="pyramids", tex_size=[5,5], style="convex");
|
||||
// textured_cylinder(h=40, r1=20, r2=15, texture="trunc_pyramids", tex_size=[5,5], chamfer=5, style="convex");
|
||||
// textured_cylinder(h=40, r1=20, r2=15, texture="dots", tex_size=[5,5], rounding=8, style="convex");
|
||||
function textured_cylinder(
|
||||
|
|
Loading…
Reference in a new issue