|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is it possible using POV-Ray to create (relatively) the same depth of
(optical) realism achieved in the following images?:
http://www.deviantart.com/view/8446028/
http://www.deviantart.com/view/6422537/
http://www.deviantart.com/view/4328986/
Is the current version of POV-Ray comparable to mental ray in all rendering
related features?
Thank you,
William
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William Peska wrote:
> Is it possible using POV-Ray to create (relatively) the same depth of
> (optical) realism achieved in the following images?:
> http://www.deviantart.com/view/8446028/
> http://www.deviantart.com/view/6422537/
> http://www.deviantart.com/view/4328986/
Those all are relatively unrealistic demo scenes of very low complexity.
It is no problem to create similar images with POV-Ray. You can
find a collection of examples of the render quality possible with
POV-Ray on:
http://www.povray.org/community/hof/
> Is the current version of POV-Ray comparable to mental ray in all rendering
> related features?
That question does not make any sense because the answer has to be 'no'
for any two programs (just like 'Are apples comparable to peaches in all
their properties?'). You can of course do a lot of thing with POV-Ray
you can't do with mental ray.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 23 Sep. 2004 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William Peska <wil### [at] yahoocom> wrote:
> Is it possible using POV-Ray to create (relatively) the same depth of
> (optical) realism achieved in the following images?:
I don't see why not.
POV-Ray is perfectly capable of producing images like those. You just
have to know how to set the environment (ie. everything that is
reflected on the objects), the lights and the textures/interior of the
objects properly. (I would probably start with fine-tuning the brightness
of the environment and the reflection exponent and specular roughness
of the textures.)
I have never used that (or almost any other) software, but I would
assume that it might have some pre-defined texture and scene settings
which produce that kind of images and people might get sometimes the
(wrong) idea that that software produces better images than POV-Ray
because in POV-Ray there are no such pre-defined settings and they
might not know how to set them up manually.
In fact, I once tried to reproduce two lightflow demo images simply
by trying to match lighting brightness and textures:
http://iki.fi/warp/pics/lftest1.jpg
http://iki.fi/warp/pics/lftest2.jpg
It's perfectly possible; it just requires perhaps more manual
fine-tuning than in the other software.
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William Peska nous apporta ses lumieres ainsi en ce 2004-11-06 14:39... :
>Is it possible using POV-Ray to create (relatively) the same depth of
>(optical) realism achieved in the following images?:
>http://www.deviantart.com/view/8446028/
>
>
blob or isosurface or mesh, photons, interior, fade_power,
fade_distance, no distersion
>http://www.deviantart.com/view/6422537/
>
>
CSG, photons, interior, fade_power, fade_distance, no distersion
>http://www.deviantart.com/view/4328986/
>
>
Some superellipsoids, blured reflection macro, area_light
>Is the current version of POV-Ray comparable to mental ray in all rendering
>related features?
>
>Thank you,
>William
>
Crank up max_trace_level as needed.
Alain
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|