|
|
Lewis wrote:
>
> I'm just trying that right now, but for some reason the scene is
> completely black.
> I have absolutely no idea why. It's a time like this when I make stupid
> mistakes which stall me for hours, when I forget something very, very,
> simple.
> Help!
Try this one:
#version unofficial MegaPov 0.5;
global_settings
{
hf_gray_16
ini_option "+FT"
ini_option "-w256" // change this
ini_option "-h256"
}
// ----------------------------------------
camera
{
orthographic
location <0.0, 5, .0>
look_at <0.0, 0.0, 0.0>
right 1*x
}
plane
{
y,
-1.0
texture
{
pigment
{
image_map
{
png "g:\ray\maps\river_01.png" // change this
once
interpolate 4
}
}
finish
{
ambient 1
}
rotate 90*x
translate <-0.5, 0, -0.5>
}
}
Christoph
--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|