changed: gcc8 base update
[opensg.git] / Source / System / Window / Camera / OSGOffCenterPerspectiveCamera.fcd
blobf30eeb6b4115f0a037ce3488116b417e914900d0
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="OffCenterPerspectiveCamera"
5 parent="PerspectiveCamera"
6 library="Window"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowCamera"
13 A generalized perspective camera for an asymmetric frustum.
14 <Field
15 name="principalPoint"
16 type="Vec2f"
17 cardinality="single"
18 visibility="external"
19 defaultValue="0,0"
21 The relative position of the principal point.
22 </Field>
23 </FieldContainer>