Hi,
I have a question about how best to store the camera matrices in an sxr
file for the left, right (and maybe mono) cameras.
Is the best way to go to simply add some new attributes to the header like:
header.insert( "worldToCamera_left", Imf::M44fAttribute (Nl_left) );
header.insert( "worldToNDC_left", Imf::M44fAttribute (NP_left) );
header.insert( "worldToCamera_right", Imf::M44fAttribute (Nl_right) );
header.insert( "worldToNDC_right", Imf::M44fAttribute (NP_right) );
rather than use the stadard attributes of worldToCamera & worldToNDC?
Or is there some smarter way of having the standard attributes as a
vector attributes in some way to allow for multiple camera matrices?
Thanks,
Jeff Clifford.
_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/openexr-devel