www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: xender on May 17, 2012, 07:18:00 pm

Title: help map
Post by: xender on May 17, 2012, 07:18:00 pm
Help I can not figure out how to load a map (landscape)
Title: Re: help map
Post by: EgonOlsen on May 17, 2012, 08:22:01 pm
That's a bit vague. You load it like any other object.
Title: Re: help map
Post by: xender on May 17, 2012, 08:32:23 pm
no bad lessons =(
Title: Re: help map
Post by: EgonOlsen on May 17, 2012, 08:41:30 pm
I don't get it...what's the actual problem with loading an object?
Title: Re: help map
Post by: xender on May 17, 2012, 08:51:05 pm
I'm just the first time I work with java, and trying to learn
Title: Re: help map
Post by: xender on May 17, 2012, 08:53:57 pm
I do not know how to approach
gradually learn
Title: Re: help map
Post by: xender on May 17, 2012, 09:18:40 pm
Please explain how to load objects and act on any
Title: Re: help map
Post by: EgonOlsen on May 17, 2012, 09:33:24 pm
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.
Title: Re: help map
Post by: Thomas. on May 17, 2012, 10:27:31 pm
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...