la deuxième vidéo...

This commit is contained in:
Tonton Th
2024-12-22 15:05:36 +01:00
parent e51921d212
commit d0ef5351d3
6 changed files with 66 additions and 32 deletions

View File

@@ -14,17 +14,48 @@ global_settings {
#include "metals.inc"
#include "textures.inc"
#include "elements.inc"
#declare NormClock = clock / 360.0;
#include "contexte.inc"
#include "elements.inc"
// =======================================================
object { HexaCone translate y }
/* ------------------------------------------
* new Sat Dec 21 11:17:36 PM UTC 2024
*/
#declare DXail = 0.001;
#declare DYail = 0.0025;
#declare DZail = 0.028;
#declare Une_Ailettte = object
{
box { <-DXail, -DYail, -DZail> , <DXail, DYail, DZail/5> }
pigment { color Cyan }
}
#declare Le_rotor = object
{
union {
cylinder { <-0.1, 0, 0>, <0.1, 0, 0>, 0.001
pigment { color Magenta } }
#for (foo, 0, 18)
object { Une_Ailettte
rotate (foo*27)*x
translate ((foo*0.01)-0.05)*x }
#end
}
}
// =======================================================
object { Tuyere translate <0, 1, 0> }
object { Le_rotor translate <0, 1, 0> }
light_source { <-6, 7, -4>, rgb <0.81, 0.65, 0.40> }
light_source { <-6, 7, 4>, rgb <0.31, 0.65, 0.80> }
camera {
location <-1.8, 1.1, 0.3>
location <-0.99, 1.01, 0.24>
look_at <0, 1.0, 0>
angle 38
angle 37
}