changed: gcc8 base update
[opensg.git] / Source / System / Window / Background / OSGTextureBackground.fcd
blob3edf67f17709ebc00f26054297b3a5f1d146467b
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="TextureBackground"
5 parent="Background"
6 library="Window"
7 pointerfieldtypes="single"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpWindowBackground"
15 A textured background e.g for distortion corrected fast live video from a
16 camera with known intrinsic parameters.
17 <Field
18 name="color"
19 type="Color4f"
20 cardinality="single"
21 visibility="external"
22 access="public"
23 defaultValue="1.f, 1.f, 1.f, 0.f"
25 </Field>
26 <Field
27 name="texture"
28 type="TextureBaseChunkPtr"
29 cardinality="single"
30 visibility="external"
31 access="public"
33 </Field>
34 <Field
35 name="texCoords"
36 type="Pnt2f"
37 cardinality="multi"
38 visibility="external"
39 access="public"
41 </Field>
42 <Field
43 name="radialDistortion"
44 type="Real32"
45 cardinality="single"
46 visibility="external"
47 defaultValue="0"
48 access="public"
50 </Field>
51 <Field
52 name="centerOfDistortion"
53 type="Vec2f"
54 cardinality="single"
55 visibility="external"
56 defaultValue="0.5, 0.5"
57 access="public"
59 </Field>
60 <Field
61 name="hor"
62 type="UInt16"
63 cardinality="single"
64 visibility="external"
65 defaultValue="2"
66 access="public"
68 Horizontal subdivision.
69 </Field>
70 <Field
71 name="vert"
72 type="UInt16"
73 cardinality="single"
74 visibility="external"
75 defaultValue="2"
76 access="public"
78 Vertical subdivision.
79 </Field>
80 </FieldContainer>