-
- Downloads
An error occurred while fetching merge requests data.
* TGLFaceSet
Add static flag fgEnforceTriangles and function 'void EnforceTriangles()'. When fgEnforceTriangles is set, all tesselations will be automatically converted into triangle-only meshes. This is needed to export TGeo shapes and CSG meshes to external triangle-mesh libraries that can not handle arbitrary polygons. * TGLUtil White-space. * csgdemo.C Use the same number of segments for display and export. git-svn-id: http://root.cern.ch/svn/root/trunk@34932 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- graf3d/gl/inc/TGLFaceSet.h 5 additions, 0 deletionsgraf3d/gl/inc/TGLFaceSet.h
- graf3d/gl/src/TGLFaceSet.cxx 199 additions, 3 deletionsgraf3d/gl/src/TGLFaceSet.cxx
- graf3d/gl/src/TGLUtil.cxx 5 additions, 4 deletionsgraf3d/gl/src/TGLUtil.cxx
- tutorials/eve/csgdemo.C 6 additions, 3 deletionstutorials/eve/csgdemo.C
Loading
Please register or sign in to comment