문제

Is it possible to port an existing graphics engine like jMonkeyEngine to something like GwtGL or gwt-g3d? Is it only to replace native OpenGL calls to WebGL calls or there's more?

도움이 되었습니까?

해결책

There will likely be more to it than that. Take a look at this page; if JME makes use of any classes or methods not listed there then you'll need to find a workaround.

Good luck, though! Sounds like a cool project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top