changed: gcc8 base update
[opensg.git] / Source / System / Window / Camera / OSGTileCameraDecorator.fcd
blob9ee9c7898d32f51f7a8c9cf458c75bb2ee11814a
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="TileCameraDecorator"
5 parent="CameraDecorator"
6 library="Window"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowCamera"
13 The OSG::TileCameraDecorator for selecting only a part of a virtual large
14 image, see \ref
15 PageSystemWindowCameraDecoratorsTile for a description.
17 The borders of the tile are defined by the _sfLeft, _sfRight, _sfBottom and
18 _sfTop Fields. The size of the full image is defined by the _sfFullWidth and
19 _sfFullHeight Fields.
20 <Field
21 name="left"
22 type="Real32"
23 cardinality="single"
24 visibility="external"
25 defaultValue="0"
26 access="public"
28 The left border of the selected tile.
29 </Field>
30 <Field
31 name="right"
32 type="Real32"
33 cardinality="single"
34 visibility="external"
35 defaultValue="1"
36 access="public"
38 The right border of the selected tile.
39 </Field>
40 <Field
41 name="bottom"
42 type="Real32"
43 cardinality="single"
44 visibility="external"
45 defaultValue="0"
46 access="public"
48 The bottom border of the selected tile.
49 </Field>
50 <Field
51 name="top"
52 type="Real32"
53 cardinality="single"
54 visibility="internal"
55 defaultValue="1"
56 access="public"
58 The top border of the selected tile.
59 </Field>
60 <Field
61 name="fullWidth"
62 type="UInt32"
63 cardinality="single"
64 visibility="external"
65 defaultValue="0"
66 access="public"
68 The width of the full image this is a tile of.
69 </Field>
70 <Field
71 name="fullHeight"
72 type="UInt32"
73 cardinality="single"
74 visibility="internal"
75 defaultValue="0"
76 access="public"
78 The height of the full image this is a tile of.
79 </Field>
80 </FieldContainer>