fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / NodeCores / Groups / Misc / OSGReplicateTransform.fcd
blob653bb4851d399bffefe4f02b0b8e5c3d7504fe51
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="ReplicateTransform"
5 parent="Group"
6 library="Group"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="true"
13 This core replicates the to world transformation of the target node attached
14 to it. This means that when this core accumulates it's transform with it's
15 parent, that it overwrites it instead of multiplying with it.
16 <Field
17 name="Target"
18 type="Node"
19 category="pointer"
20 cardinality="single"
21 visibility="external"
23 The target node. The to world transformation will be replicated by this
24 core.
25 </Field>
26 </FieldContainer>