Go to the source code of this file.
Define Documentation
#define kNukeOfxCameraParamFar "far" |
Name of the far clipping plane nuke camera parameter.
This has only one dimension.
Definition at line 103 of file camera.h.
#define kNukeOfxCameraParamFocalLength "focal" |
Name of the focal length nuke camera parameter.
This has only one dimension.
Definition at line 79 of file camera.h.
#define kNukeOfxCameraParamFocalPoint "focal_point" |
Name of the focal point nuke camera parameter.
This has only one dimension.
Definition at line 127 of file camera.h.
#define kNukeOfxCameraParamHorizontalAperture "haperture" |
Name of the horizontal aperture nuke camera parameter.
This has only one dimension.
Definition at line 85 of file camera.h.
#define kNukeOfxCameraParamNear "near" |
Name of the near clipping plane nuke camera parameter.
This has only one dimension.
Definition at line 97 of file camera.h.
#define kNukeOfxCameraParamPositionMatrix "position_matrix" |
Name of the camera position parameter.
This represents a homogenous 4x4 transform matrix that places the camera in 3D space. As such it has 16 values.
Definition at line 134 of file camera.h.
#define kNukeOfxCameraParamProjectionMode "projection_mode" |
Name of the projection mode nuke camera parameter.
This has only one dimension and can be one of four values...
- kNukeOfxCameraProjectionPerspective
- kNukeOfxCameraProjectionOrthographic
- kNukeOfxCameraProjectionUV
- kNukeOfxCameraProjectionSpherical
Definition at line 73 of file camera.h.
#define kNukeOfxCameraParamVerticalAperture "vaperture" |
Name of the vertical aperture nuke camera parameter.
This has only one dimension.
Definition at line 91 of file camera.h.
#define kNukeOfxCameraParamWindowRoll "winroll" |
Name of the window roll scale nuke camera parameter.
This has one dimension.
Definition at line 121 of file camera.h.
#define kNukeOfxCameraParamWindowScale "win_scale" |
Name of the window scale nuke camera parameter.
This has two dimensions.
Definition at line 115 of file camera.h.
#define kNukeOfxCameraParamWindowTranslate "win_translate" |
Name of the window translate nuke camera parameter.
This has two dimensions.
Definition at line 109 of file camera.h.
#define kNukeOfxCameraProjectionModeOrthographic 1.0 |
#define kNukeOfxCameraProjectionModePerspective 0.0 |
#define kNukeOfxCameraProjectionModeSpherical 3.0 |
#define kNukeOfxCameraProjectionModeUV 2.0 |
#define kNukeOfxCameraSuite "NukeOfxCameraSuite" |
Typedef Documentation
A suite to use Nuke cameras.
This suite provides the functions needed by a plugin to define and use camera inputs for a Nuke image effect plugin.
Cameras are named and more than one camera can be attached as an input to an effect.
Camera descriptor property sets are defined to have the following properties
Instance property sets have all the descriptor properties (as read only) and the following properties...