General questions about a mini project

  • If i wanted to give a user power to change(add, "dig") the land around him would i just use a basic mesh and are there any functions included in JME?

  • Could you give a mesh different textures and detect them when a user "digs" for materials.
  • Not like player.digHole(x,y) no… But you can do anything with meshes, of course. Just look at all the block games and the tests that e.g. change the terrain height on the fly. But remember this is a real game engine, if you don’t know or don’t want to cope with computer graphics and programming them then you should maybe look into other things like LittleBigPlanet or some FPS mod editor.

    i agree with normen…