As a beginner using the JME engine, I was wondering whether it is possible to create flat terrain?

I have played with the TerrainBlock and created a somewhat bumpy terrain using MidPointHeightMap, but can't seem to get it perfectly flat.

Thanks in advance.

link|improve this question
feedback

1 Answer

You can create a primitive plane, using a Quad shape.

http://www.jmonkeyengine.com/doc/com/jme/scene/shape/Quad.html

This is always perfectly flat. You can use other techniques for texturing. Also note: the Z-height of this Quad is always 0. (It's really flat!)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.