Project latlong or other maps as six 2K cubic tiles onto your scene geometry with this quick setup.
cubicprojection
Updated: 10 September 2012
Author: chenxiaobao
Compatible Nuke versions: 6.3 or later
Compatibility: Windows
Script belongs to Elias Ericsson Rydberg.
Nothing changed but rearranging the nodes and uploading .zip.
#Ignore the stupid switch node where I used to check the view.Useless.
This python script creates a cubic projection setup to project ie. environment maps onto nuke geometry. By tweaking your geometry you can create an environment that is spatially adjusted. Either by rendering out a z-depth channel or exporting the geometry as is.
The Original python script
BY Elias Ericsson Rydberg
http://www.nukepedia.com/python/3d/cubicprojection/
#add to menu
import cubicProjection
nuke.menu('Nodes').addCommand('3D/Shader/CubicProjection', 'cubicProjection.cubicProjection()')
Author :Elias Ericsson Rydberg