Subject:
|
Re: T-16 Skyhopper
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Tue, 24 Aug 1999 14:05:32 GMT
|
Viewed:
|
633 times
|
| |
| |
Bram Lambrecht <BramL@JUNO.com> wrote in message news:FGyA0F.L8A@lugnet.com...
>
> Great use of the Snow Speeder pieces!
> Is the background a height_field? If so, what resolution image did you use?
> How did you generate the image?
Yes, it's a height field generated by Terrain Maker, which can be found at the
bottom of: http://www.povray.org/povzine/povzine3/RESOURCE/index.html
This is really a great little DOS program for generating and modifying terrain
for POV. It includes an example file showing how to use the output. It only
took me half a day to find it, too :( Saw some great POV images while on the
hunt, though.
> Are the clouds straight from the POV
> documentation, or did you change them somehow?
They are actually from the example file of Terrain Maker, but they're based on
POV documented textures.
Here's the code:
#declare Mysky = sphere
<0,0,0>,0.98
texture {
Blue_Sky3
finish {reflection 0.0 diffuse 0.0 ambient 1.0}
}
}
// The sky object is just shell
// with sky texture on the inside.
// Note that the shell has the
// no_shadow modifier. This is
// so I can put the light source
// on the outside.
difference {
sphere { <0,0,0>,1}
object {Mysky}
scale <3000,500,3000>
texture {
Blue_Sky3
finish {reflection 0.0 diffuse 0.0 ambient 1.0}
}
no_shadow
}
Enjoy,
-John Van
|
|
Message has 1 Reply: | | Re: T-16 Skyhopper
|
| John, I just get an error message ERROR The requested URL could not be retrieved While trying to retrieve the URL: ftp://ftp.povray.org...tmkr11.zip The following FTP error was encountered: /pub/povray/incoming...mkr11.zip: No such file or directory (...) (25 years ago, 24-Aug-99, to lugnet.cad)
|
Message is in Reply To:
| | Re: T-16 Skyhopper
|
| (...) Is the background a height_field? If so, what resolution image did you use? How did you generate the image? Are the clouds straight from the POV documentation, or did you change them somehow? --Bram (25 years ago, 24-Aug-99, to lugnet.cad)
|
15 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|