POV-Ray : Newsgroups : povray.binaries.images : many cubes [75 KB] Server Time
11 Aug 2024 09:27:17 EDT (-0400)
  many cubes [75 KB] (Message 1 to 10 of 21)  
Goto Latest 10 Messages Next 10 Messages >>>
From: JWV
Subject: many cubes [75 KB]
Date: 16 Apr 2004 14:36:53
Message: <408027c5@news.povray.org>
Hello,

This is my latest desktop wallpaper attempt. Is are 110592 cubes, placed my
an algoritm. This image has an "recursion-level"of 3, and i am currently
rendering one with level 4, which has 48 times as much cubes.

a large .jpg version [1600x1200] of both images will be available at

home.student.utwente.nl/j.w.a.vaandrager/background_L3g.jpg

change the L3g to L4g to view the "level-4" image when it's done.

Comments and critisism is welcome as usual.

Greetings,

JWV


Post a reply to this message


Attachments:
Download 'background_L3.jpg' (73 KB)

Preview of image 'background_L3.jpg'
background_L3.jpg


 

From: JWV
Subject: Re: many cubes [75 KB]
Date: 16 Apr 2004 15:04:20
Message: <40802e34@news.povray.org>
The level-4 render was to much for my laptop :-(. It used 2GB of memory
while parsing, and it wasn't finished jet.

I will post the source in p.b.sf if someone wants to give it a try on a
machine with a LOT of memory  :-).

Greetings JWV



"JWV" <jwv|at|planet.nl> wrote in message news:408027c5@news.povray.org...
> Hello,
>
> This is my latest desktop wallpaper attempt. Is are 110592 cubes, placed
my
> an algoritm. This image has an "recursion-level"of 3, and i am currently
> rendering one with level 4, which has 48 times as much cubes.
>
> a large .jpg version [1600x1200] of both images will be available at
>
> home.student.utwente.nl/j.w.a.vaandrager/background_L3g.jpg
>
> change the L3g to L4g to view the "level-4" image when it's done.
>
> Comments and critisism is welcome as usual.
>
> Greetings,
>
> JWV
>
>
>


Post a reply to this message

From: SunTzu2
Subject: Re: many cubes [75 KB]
Date: 16 Apr 2004 15:45:01
Message: <web.408037669e31cbafeba257cf0@news.povray.org>
"JWV" <jwv|at|planet.nl> wrote:
> The level-4 render was to much for my laptop :-(. It used 2GB of memory
> while parsing, and it wasn't finished jet.
>
> I will post the source in p.b.sf if someone wants to give it a try on a
> machine with a LOT of memory  :-).
>
> Greetings JWV


That looks cool!  I might give it a try if you post the source.


Post a reply to this message

From: JWV
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 05:08:02
Message: <4080f3f2@news.povray.org>
the source has been posted. You can change the recusion level by changing :
#while(cnt<4)
in line 19, into cnt<????

I is set to 4, which means recursion level 4, which was to much for my
laptop. So you might give it a try with level 3 first.

Greets,

JWV



"SunTzu2" <sun### [at] hotmailcom> wrote in message
news:web.408037669e31cbafeba257cf0@news.povray.org...
> "JWV" <jwv|at|planet.nl> wrote:
> > The level-4 render was to much for my laptop :-(. It used 2GB of memory
> > while parsing, and it wasn't finished jet.
> >
> > I will post the source in p.b.sf if someone wants to give it a try on a
> > machine with a LOT of memory  :-).
> >
> > Greetings JWV
>
>
> That looks cool!  I might give it a try if you post the source.
>


Post a reply to this message

From: stephen parkinson
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 13:07:26
Message: <4081644e$1@news.povray.org>
JWV wrote:
>>
>>>The level-4 render was to much for my laptop :-(. It used 2GB of memory
>>>while parsing, and it wasn't finished jet.
>>>
>>>I will post the source in p.b.sf if someone wants to give it a try on a
>>>machine with a LOT of memory  :-).
>>>
>>>Greetings JWV
>>
>>
>>That looks cool!  I might give it a try if you post the source.
>>
> 
> 
> 

i'm peeved / tee'd off

dual 2.8 xeon, 2gb ram, explicitly added 2gb of swap space above its 
norm of 1gb and still ran out of space with recursion level of 4

anyone got a machine that can render it ?

stephen


Post a reply to this message

From: JWV
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 13:27:46
Message: <40816912@news.povray.org>
Thanks for trying it! The level 4 scene should have about 48^4=5.308.416
cubes. I am not sure how much memory is used for this amount, but it apears
to be quite a lot.

Greetings,

JWV
"stephen parkinson" <ste### [at] zmemw16demoncouk> wrote in message
news:4081644e$1@news.povray.org...
> JWV wrote:
> >>
> >>>The level-4 render was to much for my laptop :-(. It used 2GB of memory
> >>>while parsing, and it wasn't finished jet.
> >>>
> >>>I will post the source in p.b.sf if someone wants to give it a try on a
> >>>machine with a LOT of memory  :-).
> >>>
> >>>Greetings JWV
> >>
> >>
> >>That looks cool!  I might give it a try if you post the source.
> >>
> >
> >
> >
>
> i'm peeved / tee'd off
>
> dual 2.8 xeon, 2gb ram, explicitly added 2gb of swap space above its
> norm of 1gb and still ran out of space with recursion level of 4
>
> anyone got a machine that can render it ?
>
> stephen


Post a reply to this message

From: Sun Tzu
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 13:57:33
Message: <4081700d$1@news.povray.org>
"stephen parkinson" <ste### [at] zmemw16demoncouk> wrote in message
news:4081644e$1@news.povray.org...
> JWV wrote:
> >>
> >>>The level-4 render was to much for my laptop :-(. It used 2GB of memory
> >>>while parsing, and it wasn't finished jet.
> >>>
> >>>I will post the source in p.b.sf if someone wants to give it a try on a
> >>>machine with a LOT of memory  :-).
> >>>
> >>>Greetings JWV
> >>
> >>
> >>That looks cool!  I might give it a try if you post the source.
> >>
> >
> >
> >
>
> i'm peeved / tee'd off
>
> dual 2.8 xeon, 2gb ram, explicitly added 2gb of swap space above its
> norm of 1gb and still ran out of space with recursion level of 4
>
> anyone got a machine that can render it ?

I've got 1 gig RAM and 6 gig of page file.  I was watching the memory usage
and it claimed out of memory at 2gig.  I seem to recall hearing something
about a 2gig maximum of memory for an application regardless of the total
amount available (Windows).  Does anyone else know something about that?


Post a reply to this message

From: stephen parkinson
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 14:14:06
Message: <408173ee$1@news.povray.org>
JWV wrote:
> the source has been posted. You can change the recusion level by changing :
> #while(cnt<4)
> in line 19, into cnt<????
> 
> I is set to 4, which means recursion level 4, which was to much for my
> laptop. So you might give it a try with level 3 first.
> 
> Greets,
> 
> JWV
> 
> 
> 
> "SunTzu2" <sun### [at] hotmailcom> wrote in message
> news:web.408037669e31cbafeba257cf0@news.povray.org...
> 
>>"JWV" <jwv|at|planet.nl> wrote:
>>
>>>The level-4 render was to much for my laptop :-(. It used 2GB of memory
>>>while parsing, and it wasn't finished jet.
>>>
>>>I will post the source in p.b.sf if someone wants to give it a try on a
>>>machine with a LOT of memory  :-).
>>>
>>>Greetings JWV
>>
>>
>>That looks cool!  I might give it a try if you post the source.
>>
> 
> 
> 

having read replies so far, is there a question of OS lurking ?

if so, linux originally libranet 2.8.1, now tracking sid istr, kernel 2.6.4

stephen


Post a reply to this message

From: Fredrik Eriksson
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 14:55:59
Message: <opr6l6vjolzjc5hb@news.povray.org>
On Sat, 17 Apr 2004 10:57:27 -0700, Sun Tzu <sun### [at] nospamhotmailcom> 
wrote:
> I've got 1 gig RAM and 6 gig of page file.  I was watching the memory 
> usage
> and it claimed out of memory at 2gig.  I seem to recall hearing something
> about a 2gig maximum of memory for an application regardless of the total
> amount available (Windows).  Does anyone else know something about that?

Win32 applications are limited to using approximately 2GB of memory. "Out 
of memory" in this case really means "out of address space". The total 
address space is 4GB, but applications are only allowed to use half of it. 
Applications that work with data sets larger than that must take special 
measures in order to do so.


---
FE


Post a reply to this message

From: "Jérôme M. Berger"
Subject: Re: many cubes [75 KB]
Date: 17 Apr 2004 15:54:53
Message: <40818b8d$1@news.povray.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

JWV wrote:
| The level-4 render was to much for my laptop :-(. It used 2GB of memory
| while parsing, and it wasn't finished jet.
|
| I will post the source in p.b.sf if someone wants to give it a try on a
| machine with a LOT of memory  :-).
|
	It should be possible to decrease the amount of memory required
(divide it by 4). At the first iteration, since blok is a simple cube,
balk is equivalent to a box { <0, 0, 0>, <5, 1, 1> } although it is
done with 4 boxes. Even with that I don't have enough RAM to give it a
try from what you're all saying ("only" 512M) but some of you might
want to try it.

	Of course, this is only true so long as f is set to 1, with higher
values the results won't look the same...

		Jerome
- --
******************************
*      Jerome M. Berger      *
* mailto:jbe### [at] ifrancecom *
*  http://jeberger.free.fr/  *
******************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAgYuNqIYJdJhyixIRAtY8AKCPvNA3q/2eie6vUFSATB7U9P5O8QCgkBSE
tJrAJDRGPjd29WnMz9FE/h8=
=WXIA
-----END PGP SIGNATURE-----


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

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