Compare commits
2 Commits
acbd813d9b
...
d19c46c25e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d19c46c25e | ||
|
|
2167808563 |
@ -60,5 +60,6 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 1.5, 0> + POS_Cutoff
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 35 - 5*Cos_01(NormClock)
|
||||
}
|
||||
|
||||
@ -33,6 +33,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <45, 179+(56*NormClock), 18-(17*NormClock)>
|
||||
look_at <0, 1.18, 0.17 + (2.4*NormClock)>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 50
|
||||
}
|
||||
|
||||
|
||||
@ -36,6 +36,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <LatX, LatY, LatZ>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 60
|
||||
}
|
||||
|
||||
|
||||
@ -44,12 +44,13 @@ object { Le_Decor }
|
||||
|
||||
// =======================================================
|
||||
|
||||
#local CamX = POS_Cutoff.x + 5 + (3.14*Cos_01(NormClock));
|
||||
#local CamX = POS_Cutoff.x + 3.5 + (3.14*Cos_01(NormClock));
|
||||
#local CamY = 2.1 + (1.11*sqrt(NormClock));
|
||||
#local CamZ = POS_Cutoff.z + 4.55 - (1.02*NormClock);
|
||||
#local CamZ = POS_Cutoff.z + 4.30 - (1.02*NormClock);
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 1.5, 0> + POS_Cutoff
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 40 - 12*Cos_01(NormClock)
|
||||
}
|
||||
|
||||
@ -66,5 +66,6 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0.0, LatY, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 56 - (19.84 * NormClock)
|
||||
}
|
||||
|
||||
@ -229,10 +229,8 @@ plane {
|
||||
#local CamZ = CamZ * K;
|
||||
|
||||
camera {
|
||||
#if (clock < 225)
|
||||
orthographic
|
||||
#end
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 1.6, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle AngleCam
|
||||
}
|
||||
|
||||
@ -27,6 +27,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location Loc_cam
|
||||
look_at Pos_RedB_0 + <0, 1.20, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point <0.37, 0.0, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
14
hexacone.inc
14
hexacone.inc
@ -36,11 +36,13 @@ union {
|
||||
cylinder {-z, z, 0.11 }
|
||||
}
|
||||
// XXX not very tested
|
||||
#local Rt1 = 0.290;
|
||||
#local Rt2 = 0.006;
|
||||
torus { Rt1, Rt2 scale <1, 4, 1> }
|
||||
torus { Rt1, Rt2 scale <1, 4, 1> rotate x*90 }
|
||||
torus { Rt1, Rt2 scale <1, 4, 1> rotate z*90 }
|
||||
#local Sc = 3.87;
|
||||
#local Rt1 = 0.333;
|
||||
#local Rta = Rt1 / Sc;
|
||||
#local Rt2 = 0.0062;
|
||||
torus { Rta, Rt2 scale <Sc, 1, Sc> }
|
||||
torus { Rt1, Rt2 scale <1, Sc, 1> rotate x*90 }
|
||||
torus { Rta, Rt2 scale <Sc, 1, Sc> rotate z*90 }
|
||||
|
||||
// clignotement de la lumiere \o/
|
||||
#local kR = 0.065;
|
||||
@ -61,7 +63,7 @@ union {
|
||||
fade_power 1.58
|
||||
}
|
||||
}
|
||||
#if (rand(Rng1) < 0.20)
|
||||
#if (rand(Rng1) < 0.30)
|
||||
texture { New_Penny }
|
||||
#else
|
||||
texture { GoldDark }
|
||||
|
||||
@ -25,6 +25,7 @@ camera {
|
||||
location Loc_cam
|
||||
#local H = 1.16 + (NormClock*0.34);
|
||||
look_at Pos_RedB_1 + <0.02, H, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point <0.37, 0.90, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
@ -29,6 +29,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location LOC
|
||||
look_at LAT
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 16 + 2.51*NormClock
|
||||
}
|
||||
|
||||
|
||||
@ -75,6 +75,7 @@ light_source { <23, 6, 15>, rgb <0.77, 0.79, 0.80> }
|
||||
camera {
|
||||
location <3+NormClock, -1.0+(7.777*NormClock), 8.59>
|
||||
look_at <0.0, 0.0, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
#if (0)
|
||||
focal_point <0.0, 0.0, 0>
|
||||
aperture 0.046
|
||||
|
||||
@ -36,5 +36,6 @@ camera {
|
||||
// orthographic
|
||||
location <CamX, CamY, 0>
|
||||
look_at <LatX, LatY, LatZ>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 71 + (NormClock * 10)
|
||||
}
|
||||
|
||||
@ -53,6 +53,7 @@ light_source {
|
||||
camera {
|
||||
location <-2.76, 1.53, 8.76>
|
||||
look_at <PosX+0.09, PosY, PosZ-0.03>
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point <0, 1, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
@ -44,6 +44,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 0.3, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
@ -30,6 +30,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <CamX, 1.97, CamZ>
|
||||
look_at <0.03, LatZ, 0.17>
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point Lat
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
@ -27,7 +27,7 @@ object { Le_Decor }
|
||||
0.2, < 2, 1.0, -2>,
|
||||
0.4, < 1, 1.5, 0>,
|
||||
0.6, < 0, 2.2, 0>,
|
||||
0.8, <-1, 0.8, 1>,
|
||||
0.8, <-1, 0.9, 1>,
|
||||
1.0, < 2, 1.0, 2>, // end point
|
||||
|
||||
1.2, < 4, 1.0, 2> // control point
|
||||
@ -118,6 +118,7 @@ union {
|
||||
camera {
|
||||
location Loc_cam
|
||||
look_at Lat_cam
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point <0.37, 0.0, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
@ -34,6 +34,7 @@ object { Repere scale 2 translate y*2 }
|
||||
camera {
|
||||
location PosCam
|
||||
look_at LatCam
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 50
|
||||
}
|
||||
|
||||
|
||||
@ -45,6 +45,7 @@ object { Le_Decor }
|
||||
camera {
|
||||
location <-3.60, CamY, 10.09>
|
||||
look_at <0, LatY, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
@ -29,6 +29,8 @@ object { Le_Decor }
|
||||
camera {
|
||||
location Loc_cam
|
||||
look_at Pos_RedB_2 + <0, 1.95+NormClock, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
|
||||
// focal_point <0.37, 0.0, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user