]> Pileus Git - grits/blobdiff - src/roam.h
Update copyright and email address
[grits] / src / roam.h
index 38457005f735e8ec1dd3231221d35158308371af..02d0beb487aef9aad51c671553deff9f32dfbfe8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ struct _RoamPoint {
        gdouble  norm[3];   // Vertex normal
 
        /* For get_intersect */
-       gdouble  lat, lon;
+       gdouble  lat, lon, elev;
 
        /* For terrain */
        RoamHeightFunc height_func;
@@ -124,7 +124,7 @@ void roam_sphere_merge_one(RoamSphere *sphere);
 gint roam_sphere_split_merge(RoamSphere *sphere);
 void roam_sphere_draw(RoamSphere *sphere);
 void roam_sphere_draw_normals(RoamSphere *sphere);
-GList *roam_sphere_get_intersect(RoamSphere *sphere,
+GList *roam_sphere_get_intersect(RoamSphere *sphere, gboolean all,
                gdouble n, gdouble s, gdouble e, gdouble w);
 void roam_sphere_free(RoamSphere *sphere);