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