Changeset 4650
- Timestamp:
- Oct 16, 2014, 12:42:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vtkvis/trunk/Volume.cpp
r4245 r4650 210 210 // DataSet is unstructured grid 211 211 // Only works if cells are all tetrahedra 212 _volumeMapper = vtkSmartPointer<vtkProjectedTetrahedraMapper>::New();212 //_volumeMapper = vtkSmartPointer<vtkProjectedTetrahedraMapper>::New(); 213 213 // Software raycast rendering - requires all tetrahedra 214 //_volumeMapper = vtkSmartPointer<vtkUnstructuredGridVolumeRayCastMapper>::New();214 _volumeMapper = vtkSmartPointer<vtkUnstructuredGridVolumeRayCastMapper>::New(); 215 215 if (ugrid->GetCellType(0) == VTK_TETRA && 216 216 ugrid->IsHomogeneous()) {
Note: See TracChangeset
for help on using the changeset viewer.