-
- Downloads
* TEvePolygonSetProjected:
When searching for duplicate polygons, also check the reverse orientation. * TEveGeoShape, TEveGeoShapeProjected, TEvePolygonSetProjected, TEveGeoShapeExtract: Introduce new flag 'Bool_t fMiniOutline' that instructs the renderer to minimize the shape outline. This still needs to be implemented for TEveGeoShape and TEvePolygonSetProjected. * TEvePolygonSetProjectedGL: When mini-outline is requested, remove the inner lines. git-svn-id: http://root.cern.ch/svn/root/trunk@36853 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- graf3d/eve/inc/TEveGeoShape.h 13 additions, 6 deletionsgraf3d/eve/inc/TEveGeoShape.h
- graf3d/eve/inc/TEveGeoShapeExtract.h 4 additions, 1 deletiongraf3d/eve/inc/TEveGeoShapeExtract.h
- graf3d/eve/inc/TEvePolygonSetProjected.h 11 additions, 1 deletiongraf3d/eve/inc/TEvePolygonSetProjected.h
- graf3d/eve/inc/TEvePolygonSetProjectedGL.h 23 additions, 0 deletionsgraf3d/eve/inc/TEvePolygonSetProjectedGL.h
- graf3d/eve/src/TEveGeoShape.cxx 7 additions, 2 deletionsgraf3d/eve/src/TEveGeoShape.cxx
- graf3d/eve/src/TEveGeoShapeExtract.cxx 1 addition, 1 deletiongraf3d/eve/src/TEveGeoShapeExtract.cxx
- graf3d/eve/src/TEvePolygonSetProjected.cxx 58 additions, 37 deletionsgraf3d/eve/src/TEvePolygonSetProjected.cxx
- graf3d/eve/src/TEvePolygonSetProjectedGL.cxx 48 additions, 25 deletionsgraf3d/eve/src/TEvePolygonSetProjectedGL.cxx
Please register or sign in to comment