changed: gcc8 base update
[opensg.git] / Source / System / Cluster / Window / SortFirst / OSGSortFirstWindow.fcd
blob0d658c8c452dddcc319dbaa4064dc3dd84e6bf82
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="SortFirstWindow"
5 parent="ClusterWindow"
6 library="Cluster"
7 pointerfieldtypes="none"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 docGroupBase="GrpClusterWindow"
14 Cluster rendering configuration for sort first image composition
15 <Field
16 name="compression"
17 type="std::string"
18 cardinality="single"
19 visibility="external"
20 access="public"
22 </Field>
23 <Field
24 name="subtileSize"
25 type="UInt32"
26 cardinality="single"
27 visibility="external"
28 defaultValue="32"
29 access="public"
31 </Field>
32 <Field
33 name="compose"
34 type="bool"
35 cardinality="single"
36 visibility="external"
37 defaultValue="true"
38 access="public"
40 Transmit rendered image to cleint
41 </Field>
42 <Field
43 name="region"
44 type="UInt32"
45 cardinality="multi"
46 visibility="external"
47 access="public"
49 left,right,bottom,top for each viewport
50 </Field>
51 <Field
52 name="useFaceDistribution"
53 type="bool"
54 cardinality="single"
55 visibility="external"
56 defaultValue="false"
57 access="public"
59 Enabe, disable analysation of face distribution
60 </Field>
61 </FieldContainer>