help.button.tools.selectScan
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:0k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. "Select Scan Mode."
  2. In this mode, draw a rectangle with the left mouse button.  When you
  3. confirm with the middle mouse button, all meshes completely outside the
  4. drawn rectangle will be hidden (not drawn).  This routine uses bounding
  5. boxes, so it grabs all meshes within the box, whether they are currently
  6. visible or not.  This is not as aggressive as selectVisScan.