plvGlobals.cc
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:1k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. #include <tcl.h>
  2. #include "togl.h"
  3. #include "plvGlobals.h"
  4. bool             g_bNoUI = false;
  5. bool             g_bNoIntensity = true;
  6. int              Warn;
  7. int              theWidth;
  8. int              theHeight;
  9. int              theResCap = 0;
  10. Scene           *theScene;
  11. DisplayableMesh *theActiveScan = NULL;
  12. DisplayableMesh *theSelectedScan = NULL;
  13. vector<DisplayableMesh *> g_hilitedScans;
  14. RenderParams    *theRenderParams;
  15. int              SubSampleBase = 2;
  16. Trackball       *tbView;
  17. struct Togl     *toglCurrent = NULL;
  18. Tcl_Interp      *g_tclInterp = NULL;
  19. float            g_glVersion = 0;
  20. bool             g_verbose = true;
  21. int NumProcs = 1;
  22. int UseAreaWeightedNormals = 0;