Hi !

On 8/8/06, Mustafa <[EMAIL PROTECTED]> wrote:
Hi,
  I am trying to write file read/write plugin like osgPluginOSG. I
try to generate my own file format with extension ".test".

Is it enough to put the resulting DLL file into the executable path
to read files with ".test" extension?

Yes it's enough.


Will osgDB automatically locate this DLL and call it to read ".test"
extension files ?

Do I need to register this DLL into osgDB? How ?


You don't need to register anything. If you have correctly written the
acceptsExtension and readNode (or readImage, readObject...) methods,
everything should work automatically.
Look at the other osgDB plugins if you have any problem.

--
Serge Lages
http://www.magrathea-engine.org
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to