Missing OgreDotNet class? ExternalTextureSourceManager

Kodachi_Garou

27-06-2006 20:07:32

I would like to know if this manager is available in OgreDotNet and, if it is, how can I access its singleton instance in order to get and set plugins related to this functionality.

Is OgreDotNet completely wrapping all of Ogre functionalities?

pjcast

28-06-2006 04:01:48

I don;t know the answer to your question, but I am wondering what you want that interface for? Playing back a video?

Perhaps you would be interseted in trying out my fully managed C# Theora/Vorbis video plugin :)

Though, I'm not sure if ODN wraps Ogre's PixelBuffer class, but I think it does that.

Kodachi_Garou

29-06-2006 17:13:42

Actually I was more interested in adapting the well-known Webcam plugin for a more general use of CVImages supplied dynamically to update material textures. My idea of doing this for now is to develop the plugin in managed C++ with the dynamic interface exposed to C#. I think i can get it somehow.