POV-Ray : Newsgroups : povray.binaries.images : Temple of Greed - WIP Server Time
10 Aug 2024 03:23:15 EDT (-0400)
  Temple of Greed - WIP (Message 1 to 5 of 5)  
From: JS
Subject: Temple of Greed - WIP
Date: 7 Nov 2004 15:43:27
Message: <pan.2004.11.07.20.41.52.813531@spammers.allowed>
The center ball is supposed to be made of rusted gold, but since the light
source is inside it, it looks more like a ball of fire. Oh well...

BTW. I got a very nasty surprise, trying to use my planet generator macro
to produce the ball. The macro defines a function, which takes parameter
called "x1", but this causes Povray to complain, since the context in
which the macro is included has a local variable x1. Is there any way
around this (no, renaming the parameter or variable is not an option,
since there would be a new conflict sooner or later) and should this be
reported as a bug ?

The bug comes out in situations like this:

#macro planet(rseed, atmo, clouds, lights, dayvector)
#local vangle = function(x1,y1,z1,x2,y2,z2) { <-- Povray exits with error}
#end

#declare temple = union {
#local x1 = 0;
#include planet(4,0,1,1,<0,10,0>)
}

Oh well, here's the temple:


Post a reply to this message


Attachments:
Download 'temple.png' (275 KB)

Preview of image 'temple.png'
temple.png


 

From: St 
Subject: Re: Temple of Greed - WIP
Date: 7 Nov 2004 17:45:26
Message: <418ea586$1@news.povray.org>
"JS" <no### [at] spammersallowed> wrote in message
news:pan### [at] spammersallowed...

> The center ball is supposed to be made of rusted gold, but since the
light
> source is inside it, it looks more like a ball of fire. Oh well...

  Firstly, gold won't rust - ever. ;)  Secondly, there's not a metal
out 'there' that can emit a glow afaik.

  Nice image though. Try a+0.3 for Anti-Aliasing, (to get rid of those
jagged edges). This will increase your render time a little, but with
your image, not a lot, but with better results.


   ~Steve~


Post a reply to this message

From: espri128
Subject: Re: Temple of Greed - WIP
Date: 8 Nov 2004 15:39:59
Message: <418FD9BA.1010305@web.de>
Hi JS,

sorry, but I can't see your picture with my Netscape7 newsreader ...


thx
	Steffen


JS schrieb:
> The center ball is supposed to be made of rusted gold, but since the light
> source is inside it, it looks more like a ball of fire. Oh well...
> 
> BTW. I got a very nasty surprise, trying to use my planet generator macro
> to produce the ball. The macro defines a function, which takes parameter
> called "x1", but this causes Povray to complain, since the context in
> which the macro is included has a local variable x1. Is there any way
> around this (no, renaming the parameter or variable is not an option,
> since there would be a new conflict sooner or later) and should this be
> reported as a bug ?
> 
> The bug comes out in situations like this:
> 
> #macro planet(rseed, atmo, clouds, lights, dayvector)
> #local vangle = function(x1,y1,z1,x2,y2,z2) { <-- Povray exits with error}
> #end
> 
> #declare temple = union {
> #local x1 = 0;
> #include planet(4,0,1,1,<0,10,0>)
> }
>


Post a reply to this message

From: "Jérôme M. Berger"
Subject: Re: Temple of Greed - WIP
Date: 8 Nov 2004 17:24:03
Message: <418ff203$1@news.povray.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

espri128 wrote:
| Hi JS,
|
| sorry, but I can't see your picture with my Netscape7 newsreader ...
|
	You'll need to save the message to a file, then use uudecode to
decode it. Since you are on windows, you can get uudecode in the
sharutils package at this address:
http://gnuwin32.sourceforge.net/packages/sharutils.htm

	JS, you shouldn't use Pan to post images to the newsgroups since a
lot of people won't be able to see them easily. Just about any other
newsreader available on Linux is better in that respect...

		Jerome

- --
******************************
*      Jerome M. Berger      *
* mailto:jbe### [at] ifrancecom *
*  http://jeberger.free.fr/  *
******************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBj/ICqIYJdJhyixIRApWbAJ44DJ5nq/0mGKtgm0+PxLTOsph3BACfSj6t
kgUgngqtZw98feLCReYbGnY=
=eqZz
-----END PGP SIGNATURE-----


Post a reply to this message

From: Thomas Lake
Subject: Re: TOG (for those who can't see the original post)
Date: 11 Nov 2004 01:43:53
Message: <41930a29@news.povray.org>
I've downloaded the image from the web view and converted it from PNG to 
JPG. Not that there is anything wrong with PNG but it is a little more 
widely compatible and the original was 200+ KB.


Post a reply to this message


Attachments:
Download 'temple.jpg' (61 KB)

Preview of image 'temple.jpg'
temple.jpg


 

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