changed: gcc8 base update
[opensg.git] / Source / System / Window / Camera / OSGShearedStereoCameraDecorator.fcd
blobbb6f93395d1850b4a187c5e11b220313bccf19b8
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ShearedStereoCameraDecorator"
5 parent="StereoCameraDecorator"
6 library="Window"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 docGroupBase="GrpWindowCamera"
14 The OSG::CameraDecorator for standard sheared stereo projections, see \ref
15 PageSystemWindowCameraDecoratorsStereoSheared for a description.
16 <Field
17 name="zeroParallaxDistance"
18 type="Real32"
19 cardinality="single"
20 visibility="external"
21 defaultValue="1"
22 access="public"
24 The distance to the zero parallax plane.
25 </Field>
26 <Field
27 name="overlap"
28 type="Real32"
29 cardinality="single"
30 visibility="external"
31 defaultValue="1"
32 access="public"
34 The overlap between left and right eye.
35 </Field>
36 </FieldContainer>