advanced rendering for AutoCAD
Tags:
So, this could be the answer for people who want to show scattered evening light streaming in thru a window, or a port hole, or a graveyard gate, etc. to simulate an eerie atmosphere? Not that I would be interested in such a project, of course.
Rich Rosemann
There is an old story regarding Maxwell. I do not know, whether it is trustworthy, but anyway - it goes like this:
At the beginning, Maxwell engineers did create an engine, that was not 100% accurate/realistic - it was "only" 95% realistic, but it was very fast. Engineers were not satisfied, because their goal was to achieve 100%... so they changed an engine in a way, that allows to achieve 99% realism, but it is 10times slower than the original one.
Be it fairy tale or not:
It's a fairy tale.
Nope-- no switches like glossy and ambient for the path tracer. The big one that I go back and forth on is daylight portals. This would make most daylit interiors go quite a bit faster-- at the expense of simplicity. I haven't completely made up my mind on where I stand on this issue...
The new engine isn't even coded yet-- it's pure vapor. But it will be designed to move even more in the direction of simplicity-- so no junk-- no. The code is also simpler. (I'm trying to fit the core code on a postcard.)
The nice thing with Accurender is that you have the choice.
For speed use the the packet tracer with all the different shaders to simplify materials.
For accuracy use the Pathtracer.
It may be worth keeping 2 separate libraries of textures optimised for each rendering engine.
Our experience is quite different - we usually spend plenty of time playing with lighting setup etc. - pathtracer is much faster there, IOW it gives you an idea how the final resolved image would look like much faster/earlier than packettracer.
Also - generally speaking - pathtraced images are usable sooner than packettraced ones...
All in all, pathtracer proves to be faster - it gives you usable result sooner. That is why I am asking for these switches to speed pathtracer up even more.