mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 15:29:09 +00:00
Fix missing images in skin.scad
This commit is contained in:
parent
8128582e99
commit
34f9136b6a
4 changed files with 4 additions and 4 deletions
BIN
images/WilburTex01.png
Normal file
BIN
images/WilburTex01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
BIN
images/WilburTex02.png
Normal file
BIN
images/WilburTex02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
BIN
images/globe_animation.gif
Normal file
BIN
images/globe_animation.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
|
|
@ -5272,16 +5272,16 @@ function _resample_point_array(data, size, col_wrap=false, row_wrap=false) =
|
||||||
// Each of these scripts places a named array in an .scad file with names specified at run time. Use include<> to add the array to your model.
|
// Each of these scripts places a named array in an .scad file with names specified at run time. Use include<> to add the array to your model.
|
||||||
// .
|
// .
|
||||||
// Both **img2scad.py** and **img2scad.html** provide similar capabilities, but the html script has a few additional capabilities
|
// Both **img2scad.py** and **img2scad.html** provide similar capabilities, but the html script has a few additional capabilities
|
||||||
// as well as providing a graphical user interface.
|
// and it provides a graphical user interface..
|
||||||
// .
|
// .
|
||||||
// On the right is a {{textured_tile()}} with the texture array created by **img2scad.html** from the .png file on the left:
|
// On the right is a {{textured_tile()}} with the texture array created by **img2scad.html** from the .png file on the left:
|
||||||
// .
|
// .
|
||||||
// 
|
// 
|
||||||
// .
|
// .
|
||||||
// The image luminance is directly translated into texture depth in the example above. Better results can be obtained by passing
|
// The image luminance is directly translated into texture depth in the example above. Better results can be obtained by passing
|
||||||
// the original image through an AI image processor to produce a depth map from the image before creating the texture array.
|
// the original image through an AI image processor to produce a depth map from the image before creating the texture array.
|
||||||
// .
|
// .
|
||||||
// 
|
// 
|
||||||
// .
|
// .
|
||||||
// AI image processing tool and workflows are still evolving rapidly. See the [discussion](https://github.com/BelfrySCAD/BOSL2/discussions/1731) on depth map workflows for current best practices.
|
// AI image processing tool and workflows are still evolving rapidly. See the [discussion](https://github.com/BelfrySCAD/BOSL2/discussions/1731) on depth map workflows for current best practices.
|
||||||
// .
|
// .
|
||||||
|
|
@ -5295,7 +5295,7 @@ function _resample_point_array(data, size, col_wrap=false, row_wrap=false) =
|
||||||
// .
|
// .
|
||||||
// A globe created using the **geotiff2scad.py** script to generate the texture array:
|
// A globe created using the **geotiff2scad.py** script to generate the texture array:
|
||||||
// .
|
// .
|
||||||
// 
|
// 
|
||||||
// .
|
// .
|
||||||
|
|
||||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue