POV-Ray : Newsgroups : povray.binaries.images : Odd blur effect: squared spheres Server Time
13 Jul 2025 03:27:31 EDT (-0400)
  Odd blur effect: squared spheres (Message 21 to 25 of 25)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Mael
Subject: Re: Odd blur effect: squared spheres
Date: 28 Aug 2002 09:44:18
Message: <3d6cd3b2$1@news.povray.org>
> Thanks for the patch, I'm especialy facinated with the sythese and
> ofcourse I want always more. Would it be possible to use that kind of
> algorithem in 3D-space? Randomly picking small cubes from a unit cube
> and build a new pattern from there, in SDL something like:

the current synthese algorithm needs to build the entire new image_map before
using it, You have to tell you want a 500x500 new image, it computes it, and
then uses it. This algorithm can't find a value at a random (x,y) point
directly. (And the construction is quite slow so if you want to use it it's
better to create the image, save it, and use it as a normal image_map)
so in 3D it would be possible but the result would be pre-computed values on a
3D grid (voxels) of a given size

> p.s. Good documentation!

thanks, i writed it in docbook xml format and used some modified .xsl to try
to match the povray documentation :)

> Would have been even nicer if it was in dutch ;)

:))

M


Post a reply to this message

From: Christoph Hormann
Subject: Re: Odd blur effect: squared spheres
Date: 28 Aug 2002 10:05:37
Message: <3D6CD8B1.BA46A08B@gmx.de>
Mael wrote:
> 
> [...]
> 
> i'm still doing some experimentations with the code, but may be later i will
> try to compile a version for linux
> you can download the modified sources here
> http://195.221.122.126/tmp/sources08.zip
> (if you're not too afraid to look at my ugly code :)

Thanks, that should be perfectly sufficient, no need for a compiled
version, like most linux users i prefer doing my own compile anyway.

BTW, what's 'BRDF_PATCH', is it not in the compiled windows version or is
it just not documented yet?

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Christoph Hormann
Subject: Re: Odd blur effect: squared spheres
Date: 28 Aug 2002 10:06:48
Message: <3D6CD8F0.DFADBAA@gmx.de>
Mael wrote:
> 
> [...]
> 
> thanks, i writed it in docbook xml format and used some modified .xsl to try
> to match the povray documentation :)

Sounds interesting and might be suited for a general patch documentation
system (i suppose it does not require tools that are not freely
available).

If you could write some short tutorial about the steps used to generate it
that would be great.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: ingo
Subject: Re: Odd blur effect: squared spheres
Date: 28 Aug 2002 10:07:17
Message: <Xns9278A4B4C2EFBseed7@povray.org>
in news:3d6cd3b2$1@news.povray.org Mael wrote:

> so in 3D it would be possible but the result would be pre-computed
> values on a 3D grid (voxels) of a given size
> 

Was afraid that that would be the awnser,

Thanks,

Ingo


Post a reply to this message

From: Mael
Subject: Re: Odd blur effect: squared spheres
Date: 28 Aug 2002 10:11:21
Message: <3d6cda09$1@news.povray.org>
> Thanks, that should be perfectly sufficient, no need for a compiled
> version, like most linux users i prefer doing my own compile anyway.
>
> BTW, what's 'BRDF_PATCH', is it not in the compiled windows version or is
> it just not documented yet?

it's not in the compiled windows version because it's a work in progress, i'm
doing some tests writing BRDF stuff (for anisotropic highlights for example,
or to give a local micro-geometry and computes the resulting BRDF) (it really
needs lot of work...)

M


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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