문제

I want to import a 3d model (preferably a wavefront obj file) and then be able to display that model in a swing component. From there I want to be able to move (translate) the model based on live input data.

Any suggestions on how this could be done?

도움이 되었습니까?

해결책

I managed to load a local obj file with the j3d library using a slightly modified version of the code found here:

https://java.net/projects/j3d-examples/sources/svn/content/branches/dev-1_4/src/ObjLoad/ObjLoad.java?rev=192

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