fixed: stay with old cmake qt link setup (policy CMP0020)
[opensg.git] / Source / System / Window / Camera / OSGOrthographicCamera.fcd
blob00df9b9888b788df8fc9c6965ed6b30ca64ba77a
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="OrthographicCamera"
5 parent="Camera"
6 library="Window"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowCamera"
13 A perspective camera with a symmetric frustum.
14 <Field
15 name="verticalSize"
16 type="Real32"
17 cardinality="single"
18 visibility="external"
20 The vertical size of the camera box, in world units. Ignored when less
21 then or equal to zero.
22 </Field>
23 <Field
24 name="horizontalSize"
25 type="Real32"
26 cardinality="single"
27 visibility="external"
28 defaultValue="-1"
30 The horizontal size of the camera box, in world units. Ignored when less
31 then or equal to zero.
32 </Field>
33 <Field
34 name="aspect"
35 type="Real32"
36 cardinality="single"
37 visibility="external"
38 defaultValue="1"
40 The aspect ratio (i.e. width / height) of a pixel.
41 </Field>
42 </FieldContainer>