fix critical bug
This commit is contained in:
parent
00790763b1
commit
89c78425ce
36
elements.inc
36
elements.inc
@ -144,7 +144,12 @@ union {
|
|||||||
translate ((foo*0.012)-0.05)*x }
|
translate ((foo*0.012)-0.05)*x }
|
||||||
#end
|
#end
|
||||||
}
|
}
|
||||||
texture { T_Chrome_1C }
|
// texture { T_Chrome_1C }
|
||||||
|
texture {
|
||||||
|
pigment { color Orange }
|
||||||
|
// finish { emission 0.7 }
|
||||||
|
finish { ambient 0.7 phong 0.5 brilliance 0.9 metallic 0.7 }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------
|
/* ------------------------------------------------------
|
||||||
@ -194,35 +199,6 @@ union {
|
|||||||
}
|
}
|
||||||
rotate -y*90
|
rotate -y*90
|
||||||
}
|
}
|
||||||
/* ------------------------------------------
|
|
||||||
* 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> }
|
|
||||||
}
|
|
||||||
|
|
||||||
#declare Le_rotor = object
|
|
||||||
{
|
|
||||||
union {
|
|
||||||
cylinder { <-0.1, 0, 0>, <0.1, 0, 0>, 0.003 }
|
|
||||||
#for (foo, 0, 18)
|
|
||||||
object { Une_Ailettte
|
|
||||||
rotate (foo*27)*x
|
|
||||||
translate ((foo*0.012)-0.05)*x }
|
|
||||||
#end
|
|
||||||
}
|
|
||||||
// texture { T_Chrome_1C }
|
|
||||||
texture {
|
|
||||||
pigment { color Orange }
|
|
||||||
finish { ambient 0.7 phong 0.5 brilliance 0.9 metallic 0.7 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ###########################################################""
|
// ###########################################################""
|
||||||
|
Loading…
Reference in New Issue
Block a user