POV-Ray : Newsgroups : povray.binaries.images : Greeble macros Server Time
7 Aug 2024 07:11:57 EDT (-0400)
  Greeble macros (Message 1 to 10 of 14)  
Goto Latest 10 Messages Next 4 Messages >>>
From: Zeger Knaepen
Subject: Greeble macros
Date: 5 Jun 2006 11:50:57
Message: <448452e1@news.povray.org>
see povray.binaries.scene-files for the source :)

cu!
-- 
#macro G(b,e)b+(e-b)*C/50#end#macro _(b,e,k,l)#local C=0;#while(C<50)
sphere{G(b,e)+3*z.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1;
#end#end _(y-x,y,x,x+y)_(y,-x-y,x+y,y)_(-x-y,-y,y,y+z)_(-y,y,y+z,x+y)
_(0x+y.5+y/2x)_(0x-y.5+y/2x)            // ZK http://www.povplace.com


Post a reply to this message


Attachments:
Download 'greebletest.jpg' (51 KB)

Preview of image 'greebletest.jpg'
greebletest.jpg


 

From: Sven Littkowski
Subject: Re: Greeble macros
Date: 5 Jun 2006 12:39:48
Message: <44845e54$1@news.povray.org>
Wow! Wow! Wow!

Tora! Tora! Tora!

Sven


Post a reply to this message

From: Rune
Subject: Re: Greeble macros
Date: 6 Jun 2006 07:19:38
Message: <448564ca@news.povray.org>
Watch it! There should be a warning in the subject line. There may be 
children reading this newsgroup!

;)

Rune
-- 
http://runevision.com


Post a reply to this message

From: M a r c
Subject: Re: Greeble macros
Date: 6 Jun 2006 07:34:29
Message: <44856845@news.povray.org>

news:448564ca@news.povray.org...
> Watch it! There should be a warning in the subject line. There may be
> children reading this newsgroup!

You naughty boy!

Marc


Post a reply to this message

From: David Brickell
Subject: Re: Greeble macros
Date: 7 Jun 2006 08:14:41
Message: <4486C334.1000604@nospam.gmail.com>
M_a_r_c wrote:

> news:448564ca@news.povray.org...
>> Watch it! There should be a warning in the subject line. There may be
>> children reading this newsgroup!
> 
> You naughty boy!
> 
> Marc
> 
> 

I gotta be honest.. I immediately saw the same thing.

I'm sure there is something Freudian in that.

Dave.

PS. Nice work Zeger.  Any idea why it does not work in POV 3.7?  I know 
you said it only works in MegaPOV but was wondering if you had found the 
reason why?


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Greeble macros
Date: 7 Jun 2006 09:18:45
Message: <4486d235@news.povray.org>
"David Brickell" <d.b### [at] nospamgmailcom> wrote in message 
news:448### [at] nospamgmailcom...
> M_a_r_c wrote:

> > news:448564ca@news.povray.org...
> >> Watch it! There should be a warning in the subject line. There may 
be
> >> children reading this newsgroup!
> > 
> > You naughty boy!
> > 
> > Marc
> > 
> > 
> 
> I gotta be honest.. I immediately saw the same thing.
> 
> I'm sure there is something Freudian in that.

I'm afraid that I can't see it in that way :-/ :)
must be my pure mind :p
 
> Dave.
> 
> PS. Nice work Zeger. 

thank you :)

> Any idea why it does not work in POV 3.7?  I know 
> you said it only works in MegaPOV but was wondering if you had found 
the 
> reason why?

well, as I said in povray.binaries.scene-files: I suppose MegaPOV just 
ignores too small polygons, where POV-Ray tries to create them, 
resulting in that error :(

I'm trying to find a way to make sure the greeble-system doesn't create 
too small polygons, but I'm not sure how to do it :-/

cu!
-- 
#macro G(b,e)b+(e-b)*C/50#end#macro _(b,e,k,l)#local C=0;#while(C<50)
sphere{G(b,e)+3*z.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1;
#end#end _(y-x,y,x,x+y)_(y,-x-y,x+y,y)_(-x-y,-y,y,y+z)_(-y,y,y+z,x+y)
_(0x+y.5+y/2x)_(0x-y.5+y/2x)            // ZK http://www.povplace.com


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Greeble macros
Date: 7 Jun 2006 09:28:28
Message: <4486d47c$1@news.povray.org>
"Sven Littkowski" <sve### [at] jamaica-focuscom> wrote in message 
news:44845e54$1@news.povray.org...
> Wow! Wow! Wow!

tnx :)
 
> Tora! Tora! Tora!

what does tora mean? :-/

cu!
-- 
#macro G(b,e)b+(e-b)*C/50#end#macro _(b,e,k,l)#local C=0;#while(C<50)
sphere{G(b,e)+3*z.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1;
#end#end _(y-x,y,x,x+y)_(y,-x-y,x+y,y)_(-x-y,-y,y,y+z)_(-y,y,y+z,x+y)
_(0x+y.5+y/2x)_(0x-y.5+y/2x)            // ZK http://www.povplace.com


Post a reply to this message

From: M a r c
Subject: Re: Greeble macros
Date: 7 Jun 2006 10:09:01
Message: <4486ddfd$1@news.povray.org>

news:4486d47c$1@news.povray.org...
"Sven Littkowski" <sve### [at] jamaica-focuscom> wrote in message
news:44845e54$1@news.povray.org...
> Wow! Wow! Wow!

tnx :)

> Tora! Tora! Tora!

what does tora mean? :-/
Tiger! Tiger! Tiger in japanese
It was the signal to begin attack on Pearl Harbour

Marc


Post a reply to this message

From: David Brickell
Subject: Re: Greeble macros
Date: 7 Jun 2006 16:07:53
Message: <4487321C.3010604@nospam.gmail.com>
Zeger Knaepen wrote:
> "David Brickell" <d.b### [at] nospamgmailcom> wrote in message
news:448### [at] nospamgmailcom...
>> M_a_r_c wrote:

>>> news:448564ca@news.povray.org...
>>>> Watch it! There should be a warning in the subject line. There may be
>>>> children reading this newsgroup!
>>> You naughty boy!
>>>
>>> Marc
>>>
>>>
>> I gotta be honest.. I immediately saw the same thing.
>>
>> I'm sure there is something Freudian in that.
> 
> I'm afraid that I can't see it in that way :-/ :)
> must be my pure mind :p
>  
>> Dave.
>>
>> PS. Nice work Zeger. 
> 
> thank you :)
> 
>> Any idea why it does not work in POV 3.7?  I know 
>> you said it only works in MegaPOV but was wondering if you had found the 
>> reason why?
> 
> well, as I said in povray.binaries.scene-files: I suppose MegaPOV just ignores too
small polygons, where POV-Ray tries to create them, resulting in that error :(
> 
> I'm trying to find a way to make sure the greeble-system doesn't create too small
polygons, but I'm not sure how to do it :-/
> 
> cu!

Well good luck in trying to sort it out and once again excellent work. 
Are we going to see a "Star Wars" style battle cruiser coming from you 
to really show off the macro?

keep up the good work

Dave.


Post a reply to this message

From: Sven Littkowski
Subject: Re: Greeble macros
Date: 7 Jun 2006 16:18:31
Message: <44873497$1@news.povray.org>
Hmm, if you don't know the historical maning of the word "Tora!", than you 

successful attack against Pearl Harbour. After the success of their surprise 
attack, they shouted that word...

It is something like "Hurra!".

Greetings,

Sven



"Zeger Knaepen" <zeg### [at] povplacecom> schrieb im Newsbeitrag 
news:4486d47c$1@news.povray.org...
what does tora mean?


Post a reply to this message

Goto Latest 10 Messages Next 4 Messages >>>

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