Paul, On 5/8/06, Paul Martz <[EMAIL PROTECTED]> wrote:
Regarding external reference records -- These records allow a model to override palettes with the parent model palette. It wasn't clear to me how this functionality was supported in your new plugin. Is it currently supported, and if so how?
Not implemented yet but this is how I see it implemented: I wan't to use the osgDB::readNodeFile() to allow externals of any format. The Options class inherits from Object so we can use the setUserData() to attach the palettes to the options object.
Regarding cube mapping -- The 16.1 spec adds a flag in the .attr file that is true if the texture is used for cubemapping. However, there's no other mention of cubemapping in the spec. Any thoughts on how we might support this flag? If a texture were used for cubemapping, shouldn't there be additional info saying which face of the cube? The addition of this flag, in apparent isolation, is very confusing. Thoughts?
You're ahead of me on this one also. There are file formats capable of storing all six faces in a cubemap (including mipmaps) into a single file. .dds comes to mind. Regards Brede _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
