hi,when I start with this:
then,before the rendering done,I want to stop the rendering,
so I call:
but the rendering seems to get stuck and I can't end it properly.
So how to do it the right way?
thank you!!
Code:
mVRayRenderer->startSync(); mVRayRenderer->waitForRenderEnd();
so I call:
Code:
mVRayRenderer->stop();
So how to do it the right way?
thank you!!
Comment