HexaCone/contexte.inc

55 lines
797 B
PHP
Raw Permalink Normal View History

2024-12-16 03:53:42 +11:00
/*
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
height_field {
png "datas/hf.png"
smooth
translate <-.5, 0, -.5>
scale <18, 0.85, 18>
2024-12-20 05:26:49 +11:00
texture {
pigment { color DarkGreen }
normal { bumps 0.035 scale 0.186 }
finish { phong 0.111 }
}
2024-12-16 03:53:42 +11:00
}
#if (0)
2024-12-18 00:36:26 +11:00
cylinder { 0, <1, 0, 0>, 0.005 pigment { color Red } }
cylinder { 0, <0, 0, 1>, 0.005 pigment { color Blue } }
2024-12-16 03:53:42 +11:00
#end
2024-12-20 05:26:49 +11:00
#if (1)
2024-12-16 03:53:42 +11:00
light_source {
2024-12-18 00:36:26 +11:00
<3, 3.50, 2> color Gray90
2024-12-16 03:53:42 +11:00
spotlight
radius 12
2024-12-20 05:26:49 +11:00
falloff 10
2024-12-16 03:53:42 +11:00
tightness 10
point_at <0, 0.95, 0.22222222>
}
2024-12-20 05:26:49 +11:00
#end
#if (1)
light_source {
<4, 0.30, -2> color Gray90
spotlight
radius 12
falloff 20
tightness 10
point_at <0, 0.80, 0.22222>
}
#end
2024-12-16 03:53:42 +11:00
2024-12-20 05:26:49 +11:00
#if (1)
2024-12-18 00:36:26 +11:00
light_source {
<-5, 5.50, 8> color White
spotlight
radius 8
2024-12-20 05:26:49 +11:00
falloff 10
2024-12-18 00:36:26 +11:00
tightness 5
point_at <0, 0.95, -0.22>
}
2024-12-20 05:26:49 +11:00
#end