help.button.tools.selectScan
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:0k
源码类别:
3D图形编程
开发平台:
Visual C++
- "Select Scan Mode."
- In this mode, draw a rectangle with the left mouse button. When you
- confirm with the middle mouse button, all meshes completely outside the
- drawn rectangle will be hidden (not drawn). This routine uses bounding
- boxes, so it grabs all meshes within the box, whether they are currently
- visible or not. This is not as aggressive as selectVisScan.