fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / NodeCores / Drawables / Geometry / PropertiesBase / OSGGeoVectorProperty.fcd
blob3ff69924cef4f3ade16da148f67ef0e8fb71f6ac
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="GeoVectorProperty"
5 parent="GeoProperty"
6 library="System"
7 pointerfieldtypes="both"
8 structure="abstract"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 childFields="both"
13 docGroupBase="GrpDrawablesGeometry"
15 Abstract base class for all vector-valued GeoProperties.
16 Provides a uniform interface for accessing all vector data in geometry using
17 automatic conversion methods.
18 <Field
19 name="divisor"
20 type="UInt32"
21 cardinality="single"
22 visibility="external"
23 defaultValue="0"
24 access="public"
26 sets the vertex attrib divisor for instanced rendering
27 </Field>
28 </FieldContainer>