Author Topic: help map  (Read 3322 times)

Offline xender

  • byte
  • *
  • Posts: 9
    • View Profile
help map
« on: May 17, 2012, 07:18:00 pm »
Help I can not figure out how to load a map (landscape)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12297
    • View Profile
    • http://www.jpct.net
Re: help map
« Reply #1 on: May 17, 2012, 08:22:01 pm »
That's a bit vague. You load it like any other object.
« Last Edit: May 17, 2012, 08:40:23 pm by EgonOlsen »

Offline xender

  • byte
  • *
  • Posts: 9
    • View Profile
Re: help map
« Reply #2 on: May 17, 2012, 08:32:23 pm »
no bad lessons =(

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12297
    • View Profile
    • http://www.jpct.net
Re: help map
« Reply #3 on: May 17, 2012, 08:41:30 pm »
I don't get it...what's the actual problem with loading an object?

Offline xender

  • byte
  • *
  • Posts: 9
    • View Profile
Re: help map
« Reply #4 on: May 17, 2012, 08:51:05 pm »
I'm just the first time I work with java, and trying to learn

Offline xender

  • byte
  • *
  • Posts: 9
    • View Profile
Re: help map
« Reply #5 on: May 17, 2012, 08:53:57 pm »
I do not know how to approach
gradually learn

Offline xender

  • byte
  • *
  • Posts: 9
    • View Profile
Re: help map
« Reply #6 on: May 17, 2012, 09:18:40 pm »
Please explain how to load objects and act on any

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12297
    • View Profile
    • http://www.jpct.net
Re: help map
« Reply #7 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.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: help map
« Reply #8 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...