XNA Creators Club Online
Page 1 of 1 (2 items)
Sort Posts: Previous Next

What are some hints for terrainmaking?

Last post 04/07/2009 17:08 by jwatte. 1 replies.
  • 04/07/2009 9:19

    What are some hints for terrainmaking?

    I know how to make terrain im just wondering what process you use personally?
    e.g skybox or skydome?, heightmap collision etc
  • 04/07/2009 17:08 In reply to

    Re: What are some hints for terrainmaking?

    For sky, the geometry doesn't matter. I use a cube map for sky, and map it on some arbitrary geometry that goes around the camera. I can then use that same cube map for reflective surfaces in the world.

    Height maps are great for physical games with lots of outdoor terrain. Racing, tank battles, that kind of thing.
    Mesh terrains are great for less physical games, and/or indoors games, like platformers.
    Jon Watte, Direct3D MVP
    Tweets, occasionally
    kW X-port 3ds Max .X exporter
    kW Animation source code
Page 1 of 1 (2 items) Previous Next