Hi all

I want to draw HTML pages on my OpenGL/D3D textures to finish a 3D browser. 
llmozlib implements this, using nsIViewManager::RenderOffscreen, but it's 
too slow.

In my opinion, I should implement a nsIViewObserver class and do all drawing 
tasks in nsIViewObserver::Paint. I have tried this but this function never 
called by firefox.

There must be some important things I have missed. Anybody can help me?

Any reply will be appreciated.

Thanks


_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to