MOUNTAIN.TXT
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. type moutain will make new terrain for you. You must put in a random
  2. number after mountain at the command line. The source for the program
  3. is in voxgen.cpp
  4. Notes:
  5. the first requested number controls the overall size of the terrain (1024 
  6. would be really big)
  7. the second controls the jumpiness of the terrain (numbers close
  8. to 16384 are very jumpy)
  9. the third contols the level of lighting on the terrain (small numbers
  10. make very contrasted lighting, while large make smoother lighting)
  11. the fourth controls how much to smooth the terrain (4 is extremely smooth,
  12. 0 is none). This can be used to counter jumpiness
  13. the terrain in the program is generated with the number 432 to on the command
  14. line, an then the following numbers sequentially in the program:
  15. 64
  16. 15000
  17. 5100
  18. 4