first complete run

This commit is contained in:
le vieux
2021-03-08 14:35:37 +01:00
parent 7dc34a8b38
commit 8441d5ebe9
11 changed files with 284 additions and 48 deletions

37
plancher.inc Normal file
View File

@@ -0,0 +1,37 @@
/*
un beau plancher bien flashy
pour mettre mes beaux wagons
*/
#declare Plancher_0 = object
{
plane {
y, 0
pigment {
image_map
{
png "picz/plancher.png" interpolate 4
}
rotate x*90
translate <-0.5, 0, -0.5>
scale <30, 1, 30>
}
}
}
#declare Plancher_1 = object
{
plane {
y, 0
pigment {
image_map
{
png "picz/plancher.png" interpolate 4
}
rotate x*90
translate <-0.5, 0, -0.5>
scale <30, 1, 30>
}
}
}