X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Ftexcoord.hxx;h=a5d49bd482fcdc91c9d4ec23d609c31d83c07ea3;hb=2e71b64de1d937e2b7c34dd4a2365be455d0b82a;hp=127c0c1e2b93abb84da1e769dd6cea8cb7e2ee08;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/misc/texcoord.hxx b/simgear/misc/texcoord.hxx index 127c0c1e..a5d49bd4 100644 --- a/simgear/misc/texcoord.hxx +++ b/simgear/misc/texcoord.hxx @@ -49,5 +49,8 @@ point_list sgCalcTexCoords( const SGBucket& b, const point_list& geod_nodes, const int_list& fan, double scale = 1.0 ); +point_list sgCalcTexCoords( double centerLat, const point_list& geod_nodes, + const int_list& fan, double scale = 1.0 ); + #endif // _TEXCOORD_HXX