Update skin.scad

This commit is contained in:
Richard Milewski
2025-06-23 15:38:07 -07:00
parent e5e0a583fe
commit 1851ca9443

View File

@@ -3700,15 +3700,15 @@ function associate_vertices(polygons, split, curpoly=0) =
// 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. // 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.
// . // .
// The BOSL2 scripts folder contains three scripts for creating texture arrays from graphic images. // The BOSL2 scripts folder contains three scripts for creating texture arrays from graphic images.
// Right-click the links below to download the scripts to your local system. Run the python scripts from the command line, // Right-click the links to the python scripts to download them to your local system, then run them from the command line.
// and use the **File** menu of your browser to open img2scad.html. // The html link will open in your browser.
// .
// - [**img2scad.py**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/img2scad.py)
// is a python script that creates a texture array from most common raster image formats, including gif, png, jpeg.
// . // .
// - [**img2scad.html**](https://htmlpreview.github.io/?https://github.com/BelfrySCAD/BOSL2/blob/master/scripts/img2scad.html) // - [**img2scad.html**](https://htmlpreview.github.io/?https://github.com/BelfrySCAD/BOSL2/blob/master/scripts/img2scad.html)
// contains a javascript creates a texture array from any image your browser can render. // contains a javascript creates a texture array from any image your browser can render.
// . // .
// - [**img2scad.py**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/img2scad.py)
// is a python script that creates a texture array from most common raster image formats, including gif, png, jpeg.
// .
// - [**geotiff2scad.py**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/geotiff2scad.py) // - [**geotiff2scad.py**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/geotiff2scad.py)
// is a python script creates a texture array from geotiff depth maps. // is a python script creates a texture array from geotiff depth maps.
// . // .