user2420469
user2420469

Reputation: 101

How can I display a 3d Model in Jframe

I do some search with my friend google but i can't find anything that help. so i come here to ask a question

can I display a 3d model (.wrl or .obj ) in Jframe?

thanks

Upvotes: 1

Views: 4472

Answers (2)

Tseno Tsenov
Tseno Tsenov

Reputation: 23

If you don't want to use any library such as LWJGL you can try and make a "SoftEngine". SoftEngine - Youtube

SoftEngine - David Rousset

Trying to create a soft engine is good as it will teach you the fundamentals, but it also takes quite a bit of time and knowledge.

Upvotes: 0

René Jensen
René Jensen

Reputation: 451

I don't think there's any "Out of the box" way to do it. But I'd suggest that you try and learn openGL with LWJGL (Light Wight Java Game Library):

http://www.lwjgl.org/

Upvotes: 4

Related Questions