Added osg::Grid shape class, and added an example of its use into the

hang glide demo.
This commit is contained in:
Robert Osfield
2002-10-31 10:36:11 +00:00
parent 85af8cc4ba
commit 21ee9e4cb7
5 changed files with 176 additions and 20 deletions

View File

@@ -70,7 +70,10 @@ Registry::Registry()
addFileExtensionAlias("tif", "tiff");
addFileExtensionAlias("geo", "lwo");
// remove geo to lwo alias as the new Carbon Graphics GEO format
// also uses the .geo. It is still possible to load light wave .geo
// files via loading the lwo plugin explicitly and then doing a readNodeFile.
//addFileExtensionAlias("geo", "lwo");
addFileExtensionAlias("lw", "lwo");
addFileExtensionAlias("wrl", "iv");