html5 - vb.net + webbrowser/webkitbrowser + collada viewer -


i working on vb.net application (winforms) , task somehow import collada files(.dae) files , make them viewable inside application.

what worked me this: in simple html5 webpage, used three.js, colladaloader.js , able view animation in web browser.

so thought can import vb.net application using webrowser/webkotbrowser toolbox component. alas, worked in normal html browser did not inside application.

the browser import in application doesn't support webgl (even webkit version doesn't support it).

this instead of animation

webgl error message

again, works fine inside web browser chrome or safari, not ie.

any make possible in vb.net highly appreciated.

you have use non-ie based web browser control, see post:

what best web browser control use on windows form application?

his geckofx link outdated think...

http://webkitdotnet.sourceforge.net/

https://bitbucket.org/geckofx/

this 1 costs money:

http://awesomium.com/


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -