Phoxtane, on 04 August 2012 - 08:45 PM, said:
I've run into an issue that I can't tell if it's related to POV-Ray or the converter... When the rendering process starts, the status bars says that it's running ~1500 pixels per second [PPS]. After about an hour, that number has dropped to 30ish PPS and continues to drop. It really will take a while, and I was wondering if there was a way to make it go any faster?
Rendering speed depends on the structure of the POV-Ray scene, used materials, number and types of the lights sources, antialiasing etc. There is no way to speed up the same scene, you have to change some parameters.
Good starting point is to turn off antialiasing and render at higher resolution. Multiply width and height by at least 2 - there will be 4 times more pixels to render, but it is faster that POV-Ray's default antialiasing.
You can reduce number of light sources or make them shadowless.
Transparent parts are slow to render. Smaller transparent parts render faster, so if it is possible replace larger transparent brick by some smaller bricks (for example replace 8x8 plate by 64 1x1 plates - depending on the point of view, there is high probability, that it will not be visible on the output image).
More advanced users can make materials (bricks) less reflective since less reflective materials render faster.
Render can take anything from few minutes to few days. In the second case I recommend to use the Pause in POV-Ray and Hibernate in Windows to give your computer some time to rest (it is also safer to hibernate the computer when you are leaving home).
It is possible to split render to more partial renders by specifying desired starting and ending pixel colum and row. This is usefull to prevent loss of work when render is aborted due to any reason. And also when you need to rerender a portion of an image
POV-Ray has also Continue_Trace ini option. When Continue_Trace=On is added to the ini file, POV-Ray will continue aborted render. Useful to prevent going mad when a few days trace is aborted after 90%.