mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-13 19:24:20 +02:00
bugfix
This commit is contained in:
@@ -4455,7 +4455,7 @@ function _textured_revolution(
|
||||
slices = list([s : s : 1-s/2]),
|
||||
vnfx = vnf_slice(texture, "X", slices),
|
||||
vnfy = inhibit_y_slicing? vnfx : vnf_slice(vnfx, "Y", slices),
|
||||
zvnf = vnf_triangulate(vnf_quantize(vnfy),1e-4)
|
||||
zvnf = vnf_triangulate(vnf_quantize(vnfy,1e-4))
|
||||
) zvnf,
|
||||
edge_paths = is_vnf(tile) ? _tile_edge_path_list(tile,1) : undef,
|
||||
bpath = is_def(edge_paths)
|
||||
|
Reference in New Issue
Block a user