Apologies if this has been posted before. I think it'd be useful to be able to set the default orientation of individual "camerasInternal" cameras using inline rotation options based on the orientation of the reference nodes. Too often I find myself centering a camera and then having to fiddle with the num 8 and 2 keys to get the view correct. The syntax could be like this: Code: "camerasInternal":[ ["x", "y", "z", "fov", "id1:", "id2:", "id3:", "id4:", "id5:", "id6:", {"rot_x":, "rot_y":, "rot_z":}], ], so a simple example could be: Code: [-0.7, -4, 2, 70, "ch_1lt","ch_1rt","ch_2lt","ch_2rt","ch_2lb","ch_2rb", {"x":10, "y":0, "z":0}], , giving a rotation about the X axis of 10 degrees up or down. This would also facilitate making rearwards facing cameras, i.e. reversing cameras on large vehicles.