4 name=
"MatrixCameraDecorator"
5 parent=
"CameraDecorator"
7 pointerfieldtypes=
"both"
10 parentsystemcomponent=
"true"
11 docGroupBase=
"GrpWindowCamera"
13 The OSG::MatrixCameraDecorator for modifying the camera matrices by
15 PageSystemWindowCameraDecoratorsMatrix for a description.
17 The matrices to use are defined by the _sf Fields. The size of the full
18 image is defined by the _sfFullWidth and
25 defaultValue=
"1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1"
28 The matrix to multiply to the right of the viewing matrix, i.e.
29 applied before the viewing matrix.
36 defaultValue=
"1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1"
39 The matrix to multiply to the left of the viewing matrix, i.e.
40 applied after the viewing matrix.
43 name=
"preProjectionTranslation"
47 defaultValue=
"1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1"
50 The matrix to multiply to the right of the projectionTranslation matrix,
51 i.e. applied before the projectionTranslation matrix.
54 name=
"postProjectionTranslation"
58 defaultValue=
"1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1"
61 The matrix to multiply to the left of the projectionTranslation matrix,
62 i.e. applied before the projectionTranslation matrix.
69 defaultValue=
"1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1"
72 The matrix to multiply to the right of the projection matrix, i.e.
73 applied before the projection matrix.
80 defaultValue=
"1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1"
83 The matrix to multiply to the left of the projection matrix, i.e.
84 applied before the projection matrix.