Added initial interface for computing intersections between sphere segments

and terrain.
This commit is contained in:
Robert Osfield
2005-09-08 13:10:04 +00:00
parent 765db1998c
commit 559219f519
4 changed files with 27 additions and 1 deletions

View File

@@ -323,7 +323,7 @@ int main(int argc, char **argv)
// tell the overlay node to continously update its overlay texture
// as we know we'll be tracking a moving target.
// overlayNode->setContinousUpdate(true);
overlayNode->setContinousUpdate(true);
}