POV-Ray : Newsgroups : povray.newusers : [mac os 9.1] did basic tutorial and rendering is doing nothing Server Time
30 Jul 2024 14:25:58 EDT (-0400)
  [mac os 9.1] did basic tutorial and rendering is doing nothing (Message 1 to 4 of 4)  
From: drew
Subject: [mac os 9.1] did basic tutorial and rendering is doing nothing
Date: 13 Jan 2004 02:00:07
Message: <web.400396cd3a64d87ad830eda30@news.povray.org>
Hi,

I've a POV-Ray assignment for a 4th year graphics course and so I'm starting
early.

So I've read through the Mac specific documentation.  Then I wrote up the
sample tutorail.  This one

------------------------------

#include "colors.inc"

background < colour Cyan }

camera {
  location <0, 2, -3>
  look_at <0, 1, 2>
}

sphere {
  <0, 1, 2>, 2
  texture {
    pigment {
      colour Yellow
    }
  }
}

light_source { <2, 4, -3> colour White }

------------------------------------------

So I opened the Render options, changed nothing, then did the render
sample.pov menu option and it brings up the render progress dialog box and
just cycles through the barber tube.  It doesn't post any values for the
variables in that progress box nor does anything change in the actual
progress tube.

Any help???

I'm impressed by POV-Ray so far and hope to become a big user of it if I can
get it working.

Thanks

Andrew


Post a reply to this message

From: Tom Melly
Subject: Re: [mac os 9.1] did basic tutorial and rendering is doing nothing
Date: 13 Jan 2004 04:26:02
Message: <4003b9aa$1@news.povray.org>
"drew" <nomail@nomail> wrote in message
news:web.400396cd3a64d87ad830eda30@news.povray.org...
>

change this line:

background < colour Cyan }

to:

background {colour Cyan }

and the scene works fine.


Post a reply to this message

From: Andrew Krakowski
Subject: Re: [mac os 9.1] did basic tutorial and rendering is doing nothing
Date: 13 Jan 2004 12:04:48
Message: <BC296531.FFB%krakow@uvic.ca>
> change this line:
> 
> background < colour Cyan }
> 
> to:
> 
> background {colour Cyan }
> 
> and the scene works fine.
> 


Thanks for pointing out the typo.  However my problem still exists. The
renderer appears to be doing nothing at all.  No preview window appears, nor
does any feedback occur that it is doing something.


Post a reply to this message

From: Andrew Krakowski
Subject: step forward, step back
Date: 13 Jan 2004 12:42:49
Message: <BC296E17.1004%krakow@uvic.ca>
Ok I changed that one line of code, then upgraded to 3.5.1 and now it
renders.  Well not quite but it moves forward getting this err

Possible Scene File Parser Initialization Error: Could not find file
'OBJECT.POV' 

Scene File Parser Initialization Error: Cannot open input file.

So It was the basic install from POV-Ray (well there is only one install
config) and this is the basic tutorial so any ideas?


Post a reply to this message

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