help map

Started by xender, May 17, 2012, 07:18:00 PM

Previous topic - Next topic

xender

Help I can not figure out how to load a map (landscape)

EgonOlsen

#1
That's a bit vague. You load it like any other object.

xender


EgonOlsen

I don't get it...what's the actual problem with loading an object?

xender

I'm just the first time I work with java, and trying to learn

xender

I do not know how to approach
gradually learn

xender

Please explain how to load objects and act on any

EgonOlsen

If this is your first time working with Java, it might not be the right thing to start with and you can't expect anyone here giving you step by step instructions what to do. I suggest to take the HelloWorld example (the basic one with the cube that spins) and try to replace the cube with some other mesh. Just take a 3ds or obj file or any kind (not too large of course) and have a look at the Loader-class on how to load it.

Thomas.

I also started with HelloWorld, it's possible to learn Java and everything about 3D graphics, but beginnings is very hard... I recommend you start with some very simple game or application, because your first code will not be reusable and optimized and as time you have to rewrite everything what you wrote...