Page 1 of 1

Background image slow

Posted: Sun Oct 13, 2013 1:19 am
by BorisGoreta
I have found out that putting the background image slows down interaction of the scene considerably, like 10 times or more. If I instead put a polygon in the scene which covers entire background, put the same image on it as texture with front projecting mapping there is no slowdown at all.

Re: Background image slow

Posted: Sun Oct 13, 2013 6:26 am
by juanjgon
BorisGoreta wrote:I have found out that putting the background image slows down interaction of the scene considerably, like 10 times or more. If I instead put a polygon in the scene which covers entire background, put the same image on it as texture with front projecting mapping there is no slowdown at all.
Yes Boris, I know this issue. Problem is that Octane API doesn't support image background at all as far I know. Plugins needs to mix the background themselves using a custom functions (in CPU) and this functions are a bit slow for real time performance.

Anyway I will try to make this function faster for the next release.

-Juanjo

Re: Background image slow

Posted: Sun Oct 13, 2013 11:37 pm
by BorisGoreta
That's what I thought, thanks for your hard work. This feature needs to be implemented by the renderer eventually.