changed: gcc8 base update
[opensg.git] / Source / System / Dynamics / VRMLAnimation / OSGVRMLInterpolator.fcd
blob32dc17297fa1e9b8963da9f7e3b17c8ba4f6771a
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="VRMLInterpolator"
5 parent="NodeCore"
6 library="Dynamics"
7 pointerfieldtypes="none"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 isNodeCore="true"
14 isBundle="false"
15 parentFields="none"
16 fieldsUnmarkedOnCreate="ResortIndexFieldMask"
17 docGroupBase="GrpDynamicsVRMLAnimation"
19 <Field
20 name="inValue"
21 type="Real32"
22 cardinality="single"
23 visibility="internal"
24 access="public"
25 defaultValue="0.f"
26 fieldFlags="FStdAccess, FThreadLocal"
28 This is VRML's fraction field.
29 </Field>
30 <Field
31 name="key"
32 type="Real32"
33 cardinality="multi"
34 visibility="external"
35 access="public"
36 defaultValue=""
37 fieldFlags="FStdAccess, FThreadLocal"
39 </Field>
40 <Field
41 name="resortIndex"
42 type="UInt32"
43 cardinality="multi"
44 visibility="external"
45 access="public"
46 defaultValue=""
47 fieldFlags="FStdAccess, FThreadLocal"
49 </Field>
50 </FieldContainer>