fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Cluster / Window / BalancedMultiWindow / OSGBalancedMultiWindow.fcd
blob16b9256c93caaddf2086a1bfbfaadd425f0fc7c9
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="BalancedMultiWindow"
5 parent="MultiDisplayWindow"
6 library="Cluster"
7 pointerfieldtypes="none"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="true"
13 docGroupBase="GrpClusterWindow"
15 Load balanced sort first rendering for multiple windows
16 <Field
17 name="balance"
18 type="bool"
19 cardinality="single"
20 visibility="external"
21 defaultValue="true"
22 access="public"
24 If true load balancing is eanbled. If falst it behaves like a
25 MultiDisplayWindow
26 </Field>
27 <Field
28 name="bestCut"
29 type="bool"
30 cardinality="single"
31 visibility="external"
32 defaultValue="true"
33 access="public"
35 If true horizontal and vertical cuts are testet. Otherwise the longes side
36 of a viewport is split.
37 </Field>
38 <Field
39 name="showBalancing"
40 type="bool"
41 cardinality="single"
42 visibility="external"
43 defaultValue="false"
44 access="public"
46 Mark regions rendered by other hosts
47 </Field>
48 <Field
49 name="tileSize"
50 type="UInt32"
51 cardinality="single"
52 visibility="external"
53 defaultValue="44"
54 access="public"
56 </Field>
57 <Field
58 name="short"
59 type="bool"
60 cardinality="single"
61 visibility="external"
62 defaultValue="true"
63 access="public"
65 </Field>
66 </FieldContainer>