Updates to osgprerender to support use of rendering to an image, rather then

just a texture.
This commit is contained in:
Robert Osfield
2002-07-10 13:33:25 +00:00
parent 7f56ceaea1
commit b3ac26f3dc
6 changed files with 146 additions and 18 deletions

View File

@@ -59,6 +59,7 @@ Registry::Registry()
initFilePathLists();
// register file extension alias.
addFileExtensionAlias("sgi", "rgb");
addFileExtensionAlias("rgba", "rgb");
addFileExtensionAlias("int", "rgb");
addFileExtensionAlias("inta", "rgb");