engine.conf
上传用户:qccn516
上传日期:2013-05-02
资源大小:3382k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. //only power of two
  2. screen_width 1024
  3. screen_height 512
  4. // 0 - anialiasing off
  5. // 1 - 2x
  6. // 2 - 4x
  7. screen_multisample 1
  8. // nearest
  9. // linear
  10. // nearest_mipmap_nearest
  11. // linear_mipmap_nearest
  12. // linear_mipmap_linear
  13. // anisotropy_1
  14. // anisotropy_2
  15. // anisotropy_4
  16. // anisotropy_8
  17. // anisotropy_16
  18. texture_filter linear_mipmap_linear