Andrea Viarengo wrote:
> Who knows a opensource/free converting tool for passing from equirectangular
> to cubic?
No idea. If all else fails, my tool of choice would be POV-Ray, but if
you're not already familiar with it, its learning curve is probably
disproportionate to such a trivial goal.
> An idea: Why didn't include, inside Pipmak, a series of tools/functions
> to convert various panorama formats?
>
> For example, saveequirect() is very usefull function,
> so we can include also other functions like:
>
> bottom_img = getfromequirect(equi_img, "bottom")
> left_img = getfromequirect(equi_img, "left")
>
> What do you thinking about that?
I think it would be very inefficient to do this at runtime.
It seems to me that the proper solution for the problem would be to
implement support for equirectangular panoramas in Pipmak.
If conversion is necessary, then it should be done at authoring time,
and a tool for that could just be shipped along with Pipmak. (OK, I
guess it could be integrated as well.)
-Christian
|