mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-18 13:11:38 +02:00
remove comma
This commit is contained in:
@@ -3935,7 +3935,7 @@ function texture(tex, n, border, gap, roughness, inset) =
|
|||||||
assert(num_defined([gap,border])==0, str(tex," texture does not accept gap or border"))
|
assert(num_defined([gap,border])==0, str(tex," texture does not accept gap or border"))
|
||||||
assert(num_defined([roughness])==0, str(tex," texture no longer accepts 'roughness'. Use tex_depth to control roughness (0.2 was the old default)"))
|
assert(num_defined([roughness])==0, str(tex," texture no longer accepts 'roughness'. Use tex_depth to control roughness (0.2 was the old default)"))
|
||||||
let(
|
let(
|
||||||
n = default(n,32),
|
n = default(n,32)
|
||||||
) [
|
) [
|
||||||
for (y = [0:1:n-1])
|
for (y = [0:1:n-1])
|
||||||
rands(0, 1, n, seed=123456+29*y)
|
rands(0, 1, n, seed=123456+29*y)
|
||||||
|
Reference in New Issue
Block a user