mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 15:29:09 +00:00
skin.scad edits
This commit is contained in:
parent
a65a01c370
commit
61aeb66d88
1 changed files with 3 additions and 3 deletions
|
|
@ -3696,10 +3696,10 @@ function associate_vertices(polygons, split, curpoly=0) =
|
|||
//
|
||||
// Subsection: Textures from Graphic Images
|
||||
// .
|
||||
// In additional to creating textured surfaces, the texturing feature of BOSL2 can be used to place relief images onto objects,
|
||||
// using a single repetition of a very large texture array. In order to do this, you'll need a way to import your image into OpenSCAD.
|
||||
// In additional to creating textured surfaces, the texturing feature of BOSL2 can be used to place relief images onto objects
|
||||
// using a single repetition of a large heightfield texture array. In order to do this, you'll need a way to import your image into OpenSCAD.
|
||||
// .
|
||||
// The BOSL2 scripts folder contains three scripts for creating texture arrays from graphic images.
|
||||
// The BOSL2 scripts folder contains three scripts for creating heightfield texture arrays from graphic images.
|
||||
// Right-click the links to the python scripts to download them to your local system, then run them from the command line.
|
||||
// The html link will open in your browser.
|
||||
// .
|
||||
|
|
|
|||
Loading…
Reference in a new issue