Changeset 5968 for vtkvis


Ignore:
Timestamp:
Jan 25, 2016, 8:01:31 AM (9 years ago)
Author:
ldelgass
Message:

Don't include vtkVolumeTextureMapper3D.h if building with raycast mapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/trunk/Volume.cpp

    r5835 r5968  
    1414#include <vtkVolumeProperty.h>
    1515#include <vtkGPUVolumeRayCastMapper.h>
     16#ifndef USE_GPU_RAYCAST_MAPPER
    1617#include <vtkVolumeTextureMapper3D.h>
     18#endif
    1719#include <vtkRectilinearGrid.h>
    1820#include <vtkStructuredGrid.h>
Note: See TracChangeset for help on using the changeset viewer.