David Megginson writes: >> >Also, if we add the ability to get surface attributes, it will be >obvious when one wheel slips off the side of the runway onto the >grass or gravel.
FWIW the Hitlist code has had the capability to return the ssgState assosciated with the triangle 'hit' < intersected > since it's inception See the commented code in fgCurrentElev() /* ssgState *IntersectedLeafState = ((ssgLeaf*)hit_list->get_entity(this_hit))->getState(); */ Note ssgState allows for arbritrary user data Have Fun :-) Norman _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
