fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Window / Base / OSGStereoCameraDecorator.fcd
blob5658337f01e9f40f67c75025e8e85adc461c9700
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="StereoCameraDecorator"
5 parent="CameraDecorator"
6 library="System"
7 pointerfieldtypes="both"
8 structure="abstract"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 docGroupBase="GrpSystemWindow"
15 The abstract base class for stereo camera decorators, see \ref
16 PageSystemWindowCameraDecoratorsStereo for a description.
18 The basic parameters are given by the _sfEyeSeparation and _sfLeftEye fields.
19 <Field
20 name="leftEye"
21 type="bool"
22 cardinality="single"
23 visibility="external"
24 access="public"
26 Flag to distinguish between left and right eye views.
27 </Field>
28 <Field
29 name="eyeSeparation"
30 type="Real32"
31 cardinality="single"
32 visibility="external"
33 access="public"
35 The distance between the two eyes.
36 </Field>
37 </FieldContainer>