Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/pvcollada_schema_2.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
<xs:documentation>Tracker type (single_axis, dual_axis).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="tracker_max_rotation" type="xs:float" minOccurs="0">
<xs:element name="tracker_max_rotation" type="collada:float2_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Nominal maximum angle of rotation from horizontal for a single-axis tracker. A pair of values must be provided, e.g., (-45, 45) with the first value being negative.
The tracker_azimuth of the associated racks defines the sign of the rotation angle. Rotation is a right-hand rotation around the azimuth axis.
Expand Down
Loading