Subject:
|
How do you do this in pov-ray?
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Mon, 29 Apr 2002 11:04:04 GMT
|
Viewed:
|
361 times
|
| |
| |
Can someone show me how to make this
........................................
camera {
#declare PCT = 0; // Percentage further away
#declare STEREO = 0; // Normal view
//#declare STEREO = degrees(atan2(1,12))/2; // Left view
//#declare STEREO = -degrees(atan2(1,12))/2; // Right view
location vaxis_rotate(<-220,-72,140> + PCT/100.0*<765.967,-625.409,-765.967>,
<-479043,-1.17341e+006,479043>,STEREO)
sky -y
right -4/3*x
#if (Lookat = 1)
look_at <-220,-72,200>
#end
#if (Lookat = 2)
look_at <-220,-72,0>
#end
#if (Lookat = 3)
look_at <-120,-72,140>
#end
#if (Lookat = 4)
look_at <-320,-72,140>
#end
angle 90//67.3801
rotate <0,1e-5,0> // Prevent gap between adjecent quads
//orthographic
}
.....................................................................
In to a cloack animation so I can render it all at once with using the if?
THX
|
|
Message has 1 Reply:
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|