fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Dynamics / VRMLAnimation / OSGVRMLNormalInterpolator.fcd
blob1a4f431653ab501bf1669aa2a5847c468096aae3
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="VRMLNormalInterpolator"
5 parent="VRMLInterpolator"
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 docGroupBase="GrpDynamicsVRMLAnimation"
18 <Field
19 name="keyValue"
20 type="Vec3f"
21 cardinality="multi"
22 visibility="external"
23 access="public"
24 defaultValue=""
25 fieldFlags="FStdAccess, FThreadLocal"
27 </Field>
28 <Field
29 name="outValue"
30 type="Vec3f"
31 cardinality="multi"
32 visibility="internal"
33 access="public"
34 defaultValue=""
35 fieldFlags="FStdAccess, FThreadLocal"
37 This is VRML's value field.
38 </Field>
39 </FieldContainer>