mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-16 05:24:19 +02:00
bugfix
This commit is contained in:
@@ -4370,6 +4370,7 @@ function _textured_revolution(
|
|||||||
maxy = bounds[1].y,
|
maxy = bounds[1].y,
|
||||||
h = maxy - miny,
|
h = maxy - miny,
|
||||||
circumf = 2 * PI * maxx,
|
circumf = 2 * PI * maxx,
|
||||||
|
texcnt = is_vnf(texture) ? undef : [len(texture[0]), len(texture)],
|
||||||
tile = !is_vnf(texture) || samples==1 ? texture :
|
tile = !is_vnf(texture) || samples==1 ? texture :
|
||||||
let(
|
let(
|
||||||
s = 1 / samples,
|
s = 1 / samples,
|
||||||
|
Reference in New Issue
Block a user