POV-Ray : Newsgroups : povray.binaries.images : Crackle again : Re: Crackle again Server Time
28 Mar 2024 11:19:21 EDT (-0400)
  Re: Crackle again  
From: Tor Olav Kristensen
Date: 23 Nov 2022 14:35:00
Message: <web.637e759ec37f1de096ac14b489db30a9@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> Oh - an object pigment pattern.  Brilliant.
>
> I am, however, having problems rendering this.   Could you provide a camera and
> look-at position, or a complete version of the scene?

Try this:


#version 3.7;

global_settings { assumed_gamma 1.0 }

camera {
    location 20*y
    look_at 0*y
}

default {
    finish {
        diffuse 0
        emission color rgb <1, 1, 1>
    }
}

--
Tor Olav
http://subcube.com
https://github.com/t-o-k


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.