Commit graph

213 commits

Author SHA1 Message Date
Revar Desmera
2d1f2b4384 Fix for Issue #1010: rotate_sweep with texture VNF produces reversed faces and reversed texture 2023-03-08 04:55:37 -08:00
Revar Desmera
8b6e5aeefb
Merge pull request #1065 from adrianVmariano/master
rename path functions
2023-03-02 18:36:31 -08:00
Adrian Mariano
036da1a3ef Rename close_path and cleanup_path to list_wrap and list_unwrap 2023-03-02 19:40:12 -05:00
Cedric Vincent
d9f118e44f Fix "linear_sweep(..., texture=..., scale=..., twist=...)".
The commit 'Fix "linear_sweep(..., texture=..., scale=...)" was not
enough.  This one fixes linear_sweep(..., texture=...) when scale
and/or twist parameters are specified.

Code to reproduce the fixed issue:

  linear_sweep(ellipse(d = [5, 10]), 5, twist = 45, texture = "bricks", scale = 0.5);
2023-02-24 20:54:11 +01:00
Cedric Vincent
a8aff7bcc3 Fix "linear_sweep(..., texture=..., scale= ...)".
Scaling was done upside down.
2023-02-18 14:29:04 +01:00
Adrian Mariano
2d35733980 doc fixes, allow threads=true with screw specs 2023-02-06 18:31:01 -05:00
Adrian Mariano
f9b06bf8f6 fix double parens typo 2023-02-05 23:32:13 -05:00
Adrian Mariano
a0127cf641 doc fixes 2023-02-05 23:02:37 -05:00
Adrian Mariano
b594c8c0c5 doc fixes 2023-02-05 21:17:38 -05:00
Adrian Mariano
b780191c20 move texture descriptions into examples 2023-02-05 20:41:23 -05:00
Adrian Mariano
0511dbd967 doc fixes 2023-02-04 21:41:27 -05:00
Adrian Mariano
1b218145fd a few more examples 2023-02-04 18:37:08 -05:00
Adrian Mariano
87abec1a7f fix broken example 2023-02-04 17:05:56 -05:00
Adrian Mariano
71449ee3ac fix tri_grid texture, add more error handling for texture args 2023-02-04 16:13:49 -05:00
Adrian Mariano
29dec56cd2 Document texture inset/gap arguments and fix textures for consistent
use of inset argument.
2023-02-04 12:36:53 -05:00
Adrian Mariano
711050e605 fix doc typo in skin, fix first section docs in distributors 2023-02-03 17:17:38 -05:00
Adrian Mariano
b47fcbf595 fix bug in left hand spirals in spiral_sweep
add multi-facet higbee to threaded_rod
2023-01-31 22:49:23 -05:00
Adrian Mariano
3426fa2df6 Merge remote-tracking branch 'upstream/master' 2023-01-31 16:49:19 -05:00
Adrian Mariano
d8dccc0005 Fix slice() bug when index is off the end, doc fix 2023-01-28 11:53:02 -05:00
Revar Desmera
4fa37a94d0
Merge branch 'master' into revarbat_dev 2023-01-23 15:02:55 -08:00
Revar Desmera
6602ff3eee Get Textures Figures to render. 2023-01-23 15:01:14 -08:00
Adrian Mariano
b0042882c9 fix vnf_vertex_array bug where zero area faces don't get removed 2023-01-21 13:36:33 -05:00
Adrian Mariano
554d197976 doc fixes 2023-01-20 07:10:57 -05:00
Adrian Mariano
622333c8d7 Parameter fixes and doc fixes 2023-01-16 00:14:08 -05:00
Adrian Mariano
84d2e3d417 Add linear_sweep examples with disconnected texture ends and show fix 2023-01-15 09:25:38 -05:00
Adrian Mariano
8b91ce9496 doc tweaks 2022-12-17 14:05:20 -05:00
Adrian Mariano
732033196a texture fixes, relax checks, and added docs 2022-12-17 13:51:52 -05:00
Adrian Mariano
b4a31b82de spiral_sweep didn't actually do left handed when it was requested
changed higbee options to taper options, with negative for tapers
within specified length and positive for tapers extending the length
2022-12-14 20:03:36 -05:00
Adrian Mariano
73f28d65e6 Merge remote-tracking branch 'upstream/master' 2022-11-24 10:38:55 -05:00
Adrian Mariano
2a98374ef1 Fix short taper bug for spiral_sweep()
Doc fixes
2022-11-22 18:54:01 -05:00
Adrian Mariano
d3836b9bc3 fix style of helical threads 2022-11-19 13:30:30 -05:00
Revar Desmera
44866fc1e2 Fix for #985: cyl(r1,r2,h,chamfer) 2022-11-16 23:55:36 -08:00
Adrian Mariano
14e12d8456 assert cleanup 2022-11-09 16:54:27 -05:00
Revar Desmera
d766cb984e Removed erroneous trailing comma. 2022-10-22 21:18:46 -07:00
Revar Desmera
3d464f3244 Improved VNF tile texture validation. 2022-10-22 21:16:28 -07:00
Revar Desmera
457e395f0e Renamed textures. Reordered textures docs. Added tri_grid texture. 2022-10-20 19:55:49 -07:00
Adrian Mariano
bf21ab38ba remove echo 2022-10-17 19:54:29 -04:00
Adrian Mariano
30a7e40cf9 misc doc fixes, adjust scale to allow independent x and y scales 2022-10-17 19:26:37 -04:00
Adrian Mariano
9cf6a0b3a8 bugfix 2022-10-14 06:19:45 -04:00
adrianVmariano
a8442c74fb
Merge branch 'master' into master 2022-10-13 22:57:48 -04:00
Adrian Mariano
a994011f4d add scale argument to path_sweep() 2022-10-13 19:00:45 -04:00
Revar Desmera
0e34b6799b Cleaning up textures docs. 2022-10-13 00:15:50 -07:00
Revar Desmera
ee248ec74d Made various masks3d.scad shapes attachable. Added bbox atype to linear_sweep() 2022-09-25 20:56:04 -07:00
Revar Desmera
feac6804fd Fix for issue #935: rotate_sweep() heightfield texture caps were bad. 2022-09-14 17:31:09 -07:00
Garth Minette
c3b1c4dd5b Enable taper lookup tables. 2022-08-26 14:10:37 -07:00
Revar Desmera
3ca4643e71 Textures integration bugfixes. 2022-08-21 00:21:58 -07:00
Revar Desmera
60a565381a Hid textured_*() functions/modules. Integrated textures into cyl(), linear_sweep(), and rotate_sweep() 2022-08-20 23:31:50 -07:00
Revar Desmera
709c7a152f Added texture support to linear_sweep() 2022-08-15 16:23:49 -07:00
Revar Desmera
bdca608b13 Added rotate_sweep() 2022-08-09 23:27:19 -07:00
Garth Minette
57320e4435 Disable texturing taper for intrinsicly closed region paths. 2022-07-20 23:14:06 -07:00