20 class DtOverlayRenderer;
51 void setPosition(
float x,
float y,
float z,
float w );
54 void getPosition(
float&
x,
float&
y,
float&
z,
float&
w )
const;
57 void setRotation(
float angle );
60 void getRotation(
float&
angle )
const;
64 void setGroup(
float order );
70 void setColor(
float r,
float g,
float b,
float a );
73 void getColor(
float&
r,
float&
g,
float&
b,
float&
a )
const;
83 void setPoints(
const float points[8] );
87 void getPoints(
float points[8]);
91 void setPointsByMinimumAltitude(
const float points[8],
double cameraAltitude );
98 void setIsForcedPointsByAltitudeEnabled(
bool isEnabled);
102 void setAltitudeForForcedPoints(
double minimumAltitudeForUse);
105 void clearAltitudeSpecificConfigurations();
110 void setFillType( FillType
type );
113 FillType fillType()
const;
119 void setFillParameter(
unsigned int param,
unsigned int fullStipplePattern[32] = 0 );
130 void setLodOutAltitude(
double lodOutAltitude);
133 void setIsLodOutAltitudeEnabled(
bool isLodOutAltitudeEnabled);