]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/texcoord.hxx
Use plib rad/degrees conversion constants.
[simgear.git] / simgear / misc / texcoord.hxx
index 217ad616f0aafd776cb0086345b4bece8394c407..42657e37f179cc8e23615286f83b9a4cc1359571 100644 (file)
 
 
 #include <simgear/bucket/newbucket.hxx>
-#include <simgear/math/fg_types.hxx>
+#include <simgear/math/sg_types.hxx>
 
 
 // traverse the specified fan/strip/list of vertices and attempt to
 // calculate "none stretching" texture coordinates
-point_list calc_tex_coords( const FGBucket& b, const point_list& geod_nodes,
+point_list calc_tex_coords( const SGBucket& b, const point_list& geod_nodes,
                            const int_list& fan, double scale = 1.0 );