Hey everyone,
I am on my last bit of my project. I am currently trying to locate a script that will render each frame of my animation. However, each render needs to render a skybox (front, right, back, left, up). Does anyone have a script or know of one to do such rendering? Or would it be best to create a single frame for each angle?
Maybe some others will have better solutions, but for this kind of thing I would suggest making 6 cameras and rendering 6 sequences (or 5 if you don't need 'down'). I don't know of any real shortcuts that don't make it more complicated. Unless you want to render with a spherical camera; maybe you can convert from spherical lat-long to skybox.
Matt