1
0
Fork 0

[tg_polygon] Restore support for Texture(void)

This commit is contained in:
Scott Giese 2019-04-02 00:27:08 -05:00
parent 61ea3cd50a
commit e90d8a0593
2 changed files with 6 additions and 0 deletions

View file

@ -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;

View file

@ -438,6 +438,7 @@ public:
tgTexMethod GetTexMethod( void ) const {
return tp.method;
}
void Texture();
void Texture( const std::vector<SGGeod>& geod_nodes );
// Tesselation