Slashdot Mirror


POV-Ray 10th Anniversary Contest

erich666 writes "You could win a great computer by making a cool image. POV-Ray is a free multiplatform ray-tracing renderer with source available. To celebrate POV-Ray's tenth anniversary some hobbyists are having a contest, and they convinced a few sponsors to donate some nice goodies. Me, I'm a no-talent slug, but still found their site's hall of fame worth visiting."

8 of 216 comments (clear)

  1. Where's the cross-project support? by oostevo · · Score: 5, Interesting
    Don't get me wrong, POV-Ray is a wonderful renderer.

    I'm getting a bit sick, though, of having to use a conversion script every time I want to render something from Blender in POV-Ray (if even just to test the camera angles or lighting).

    Any word on either the Blender or POV-Ray project getting a bit of compatibility between the two biggest open source 3D projects?

    --
    In soviet russia, You ask not what country do for you, but what you do for country!
    Oh wait...
    1. Re:Where's the cross-project support? by david.given · · Score: 4, Interesting
      you should take a look again at Blender.

      I want to like Blender. I really do. Every so often I have another look, try and make it do what I want, and give up.

      The user interface is fine, I can cope with that. The problem I have is it's so weird and inconsistent under the hood. Admittedly, most of these problems stem from using the scanline renderer; I haven't investigated Yafray.

      For example:

      I want to make a planet. Fine, I create a sphere for the planet and a omni light source for the sun. That works.

      Now I want an atmosphere. I create another sphere, a bit bigger than the planet. Doesn't work. Do some investigation... Blender doesn't do volumetric effects. Damn.

      I look into halos. Eventually I manage to get something in roughly the right place, although it looks crap. It's also being lit by the sun even when it's behind the planet.

      After more investigation, eventually I find out that I have to turn on shadows on the planet and the atmosphere; and shadows only work if you're using spotlight lamps! This strikes me as incredibly broken.

      So I switch to a spotlight lamp. Now most of the features of my planet are there, although it looks really awful. One of the problems is that the lamp is too close to the planet, so that the light isn't parallel. I move the lamp away... and everything goes black.

      More investigation reveals that spotlight lamps seem to stop illuminating anything more than 40 units away. Just dead. At one stage I had half the planet illuminated and the other half in complete blackness.

      It was at this point that I gave up. In Povray, however, I was happily rendering entire solar systems to scale, so that my planet was 12000 units in diameter, the sun was 150000000 units away, my camera was 0.002 units above the planetary surface, and it worked perfectly. Plus, I had a whole bunch of programmatic macros to map a latitude and longitude on my planet onto my universal coordinate space for any given date and time, which was cool.

      Another thing I hate about Blender is its insistence on using meshes for everything. Meshes are grainy, eat memory, and look naff if you zoom in too far (like on my planet). Oh, it does have basic CSG support, but what happens if I create a complex model and then decide that I want to move one of my primitives a little to the left? I can't, that's what. Once you've applied the CSG operation that's it; if you want to change something, you have to start from scratch. Povray's script-based system means that you just change one coordinate and rerender.

      There is stuff I like in Blender; the texture system is really nice, and I wish I could find a way of exporting a Blender texture and using it in Povray. Being able to just point at things instead of searching through your script is useful, and being able to position stuff visually rather than typing in coordinates is wonderful. The inverse kinematics would be cool, too, if I could ever make it work.

      Plus, at my level of skill, Povray looks so much better than Blender. I never managed to make Blender's scanline renderer produce anything halfway decent. But Povray, with its mathematically perfect shapes, looks wonderful every time. I can focus on the scene content, and not have to keep adding hacks to improve the image quality.

  2. What a coincidence! by Pope+Raymond+Lama · · Score: 4, Interesting

    I had just used POV-Ray today, after many months. Just because I needed certain texture detail GIMP lightning effects could not do for me.

    I use POV since 80386/DOS days...and while working my way through it today I concluded that nowadays I would never have gotten the resources (time/persistence) to learn it.

    --
    -><- no .sig is good sig.
  3. Re:For one frame, cool by AKAImBatman · · Score: 4, Interesting

    To program a 1-minute full-motion 3D scene in POV-Ray? Well that depends on the complexity... how many primitives you are using, and such like. You will need to have a VERY clear idea in your head of what you want, before you even begin.

    When I first started animating with POV-Ray, I found a little program that would generate include files. Basically, you'd create your POV-Ray file and enter a set of variables into the coordinate spots. These variables would be in an include file that didn't exist yet.

    Then, you'd plug those variables into this little program and tell it the minimum/maximum values and the number of frames you wanted. It would then generate a DOS batch file that would use "echo" statements to create the include file every frame. Worked pretty well (if you had the disk space). :-)

    These days POV-Ray just has variables that go from 0.0 to 1.0.

  4. Re:That's backwards by ConceptJunkie · · Score: 4, Interesting

    Meh. GUI's are for wimps. I made this without a GUI. I did use a couple of home-grown C++ programs to generate the tree and drapes, but this was done all by writing scripts. Really, it's not that bad for a lot of things.

    Of course, there are no 3D articulated people or detailed sports cars in it or anything.

    Rick

    p.s. Look closely and you'll notice the room isn't furnished.

    --
    You are in a maze of twisty little passages, all alike.
  5. Re:That's backwards by Solder+Fumes · · Score: 5, Interesting

    Well, editing a text file is indeed lightweight. But rendering is a different story...and if you have a slow computer, you can't render as many times to tweak everything just right.

    For example, this takes quite a while to render on a 1.2GHz machine, even though those are just speckle shells and not individual hairs. This wasn't too bad, I think 10 hours on a 233MHz laptop. Likewise with this one. But this one took a couple days on a 1.2GHz machine due to all the internal reflections and focal blurring. Also, this Megatokyo fanart took a day or so to render. Nothing really complex as far as the actual objects go, just a lot of light and atmospherics.

    I also kind of like it for roughing out mechanical parts, though of course it's no AutoCAD. This was part of something I was trying to put together with rollerblade wheels. And here was the furniture set I modeled while planning out a dorm layout one year in college.

    None of this stuff involved modelers at all, just typed in, using macros and recursion where possible. You start with a simple sphere statement, and then it gets addictive.

  6. Povray examples in 256 characters by gtoomey · · Score: 5, Interesting

    You can make complex scenes with Povray in 256 characters or less

  7. Depends, but a long time by boomgopher · · Score: 3, Interesting

    I did a one minute video for school (not posting the link, sorry), 30fps, with 3-6 frame oversampling for some motion blur, and it took like 3 days on between modern 4-7 PCs.
    It was using radiosity, and there was about 70,000 objects in the scene.

    So, along freaking time basically. But the results are great, as good as many commercial apps. So it does have "professional power", IMHO. But it's a renderer and script editor, not a modeller - so it's not Maya or Max if that's what you're getting at.

    --
    Your hybrid is not saving the environment. Its purpose is to make you feel good about buying something.