fixed: compile issue
[opensg.git] / Source / Contrib / Manipulators / OSGScaleManipulator.fcd
blob03ad8fa22b867a389d38c56e3a1ec0a23217731b
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ScaleManipulator"
5 parent="Manipulator"
6 library="ContribGUI"
7 pointerfieldtypes="none"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="true"
14 The ScaleHandle is used for scaling objects. It consist of three axis which can be picked and scaled and one center box to scale freely in 3D.
15 <Field
16 name="uniform"
17 type="bool"
18 category="data"
19 cardinality="single"
20 visibility="external"
21 access="public"
22 defaultValue="false"
24 Uniform/Non-uniform scaling.
25 </Field>
26 </FieldContainer>