hop vendredi, mise en prod

This commit is contained in:
tTh
2022-12-16 21:16:02 +01:00
parent e780a79273
commit a1f5030300
4 changed files with 17 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ global_settings {
#declare HFNAME = concat(HFDIR, str(HFCK , -5, 0), ".pgm");
#declare CMDIR = "WS/colmap/";
#declare CMNAME = concat(CMDIR, str(HFCK , -5, 0), ".pgm");
#declare CMNAME = concat(CMDIR, str(HFCK , -5, 0), ".pnm");
#debug concat("- - - - - - - ", HFNAME, " ", CMNAME, "\n")
@@ -36,7 +36,7 @@ height_field {
}
texture {
pigment {
image_map { pgm CMNAME }
image_map { ppm CMNAME }
// image_map { png "WS/mire1024.png" }
rotate x*90
translate <-0.5, 0, -0.5>