POV-Ray : Newsgroups : povray.newusers : General easy question Server Time
5 Sep 2024 06:16:36 EDT (-0400)
  General easy question (Message 1 to 3 of 3)  
From: Simon Tawell
Subject: General easy question
Date: 13 Apr 2001 13:28:27
Message: <3AD7372E.97138A44@cgi.ca>
Hi,

I am new with povray concepts ans I have an easy question...
I have been trying to understand the way it works by looking at
the great results some people get with the software but the code
calls some lines that point to some missing files I think.  Do any
of you can tell me more about what are those files, where can
they be found or how are they generated.

The 3 instructions are:
    #include "user.inc"
    object { #include "lit.inc"
and
    height_field {  png "d:\pv3d\inc\hfgil01.png"

I know it calls for external files declared by the creator of the
picture,
but if I want to regenerate the picture with a best picture quality and
learn from it, how can I render the picture?  I assume I need to get
the files...  but from where????

thank you

Fisher


Post a reply to this message

From: Francois Labreque
Subject: Re: General easy question
Date: 13 Apr 2001 13:37:20
Message: <3AD73821.A11D0FD5@videotron.ca>
If the files are not available from the same source as the .pov you are
trying to render, try contacting the creator of the image.

Simon Tawell wrote:
> 
> Hi,
> 
> I am new with povray concepts ans I have an easy question...
> I have been trying to understand the way it works by looking at
> the great results some people get with the software but the code
> calls some lines that point to some missing files I think.  Do any
> of you can tell me more about what are those files, where can
> they be found or how are they generated.
> 
> The 3 instructions are:
>     #include "user.inc"
>     object { #include "lit.inc"
> and
>     height_field {  png "d:\pv3d\inc\hfgil01.png"
> 
> I know it calls for external files declared by the creator of the
> picture,
> but if I want to regenerate the picture with a best picture quality and
> learn from it, how can I render the picture?  I assume I need to get
> the files...  but from where????
> 
> thank you
> 
> Fisher

-- 
Francois Labreque | It is by caffeine alone I set my mind in motion, it
    flabreque     | is by the beans of Java that thoughts acquire speed,
        @         | the hands acquire shaking, the shaking becomes a 
   videotron.ca   | warning, it is by caffeine alone I set my mind in
                  | motion.
                               - Stolen from Badger's .sig file


Post a reply to this message

From: Marc-Hendrik Bremer
Subject: Re: General easy question
Date: 13 Apr 2001 13:38:09
Message: <3ad73981@news.povray.org>
Hi,

only the creator can tell you, what is to be in that files. It may be
anything what can be in the main .pov-file you have. That file in the
height_field is of course an image file in png-format.

Ask the creator of the file if he hands them over to you.

Welcome to the Pov, btw.

Marc-Hendrik


Post a reply to this message

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