mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-19 19:09:36 +00:00
Merge pull request #1239 from BelfrySCAD/revarbat_dev
Textures linear_sweep() bugfix.
This commit is contained in:
commit
9cbabd5787
1 changed files with 1 additions and 1 deletions
|
@ -3642,7 +3642,7 @@ function _textured_linear_sweep(
|
||||||
mat = up((v-0.5)*h) *
|
mat = up((v-0.5)*h) *
|
||||||
scale(sc) *
|
scale(sc) *
|
||||||
zrot(twist*v)
|
zrot(twist*v)
|
||||||
) apply(mat, tile_rows[texcnt.y-ti-1])
|
) apply(mat, tile_rows[(texcnt.y-ti)%texcnt.y])
|
||||||
]
|
]
|
||||||
) vnf_vertex_array(
|
) vnf_vertex_array(
|
||||||
tiles, caps=false, style=style,
|
tiles, caps=false, style=style,
|
||||||
|
|
Loading…
Reference in a new issue