first complete run
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
plane {
|
||||
y, 0
|
||||
pigment {
|
||||
image_map {
|
||||
png "picz/plancher.png" interpolate 2
|
||||
}
|
||||
rotate x*90
|
||||
translate <-0.5, 0, -0.5>
|
||||
scale <30, 1, 30>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
sky_sphere {
|
||||
pigment
|
||||
{
|
||||
gradient y
|
||||
color_map
|
||||
{
|
||||
[0 color Khaki]
|
||||
[0.1 color Gray20 ]
|
||||
[0.4 color Orange]
|
||||
[0.5 color Blue]
|
||||
[.97 color LightBlue]
|
||||
[1 color Khaki]
|
||||
}
|
||||
}
|
||||
rotate 50
|
||||
scale 0.5
|
||||
translate -1
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
@@ -1,37 +0,0 @@
|
||||
/*
|
||||
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>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user