how does the 3d model (for emample .3ds) load in JOGL?

who give me a axample?source code? thank you?(.3ds)in jogl?

you probably won’t get a lot of responses because this is such a basic thing ( meaning people want you to do a little more research before asking ). have you investigated the demos that come with jogl? there is a 3ds loader and an obj loader. i recommend building an obj loader as a starting place. most modelers export this, and it’s a dead simple file format. check out the jogl demos, or search for jogl obj loader. look at the source, it’s not too complicated – simple parsing.

[quote]meaning people want you to do a little more research before asking
[/quote]
meaning: just use the forum’s search function (or google of course)

:wink:

Look at the specification of this format. If you are interested in MD3, I wrote a loader, the source code is on my website. It may give you an idea and you may adapt it for 3DS. Look at codesearch on google.