[tg_polygon] Restore support for Texture(void)
This commit is contained in:
parent
61ea3cd50a
commit
e90d8a0593
2 changed files with 6 additions and 0 deletions
|
@ -207,6 +207,11 @@ void tgPolygon::InheritElevations( const tgPolygon& source )
|
|||
}
|
||||
}
|
||||
|
||||
void tgPolygon::Texture()
|
||||
{
|
||||
tgPolygon::Texture(std::vector<SGGeod>());
|
||||
}
|
||||
|
||||
void tgPolygon::Texture( const std::vector<SGGeod>& geod_nodes )
|
||||
{
|
||||
SGGeod p;
|
||||
|
|
|
@ -438,6 +438,7 @@ public:
|
|||
tgTexMethod GetTexMethod( void ) const {
|
||||
return tp.method;
|
||||
}
|
||||
void Texture();
|
||||
void Texture( const std::vector<SGGeod>& geod_nodes );
|
||||
|
||||
// Tesselation
|
||||
|
|
Loading…
Reference in a new issue