NVIDIA IndeX API nvidia_logo_transpbg.gif Up
isparse_volume_rendering_properties.h File Reference

Scene attribute controlling sparse volume rendering properties. More...

#include <mi/dice.h>
#include <nv/index/iattribute.h>

Go to the source code of this file.

Classes

class  nv::index::ISparse_volume_rendering_properties
 The interface class representing rendering properties for sparse volume data. More...
 

Namespaces

namespace  nv
 Common namespace for all NVIDIA APIs.
 
namespace  nv::index
 Namespace for NVIDIA IndeX library APIs.
 

Enumerations

enum  nv::index::Sparse_volume_filter_mode {
  nv::index::SPARSE_VOLUME_FILTER_NEAREST = 0x00 ,
  nv::index::SPARSE_VOLUME_FILTER_TRILINEAR_POST = 0x01 ,
  nv::index::SPARSE_VOLUME_FILTER_TRILINEAR_PRE = 0x02 ,
  nv::index::SPARSE_VOLUME_FILTER_TRICUBIC_CATMULL_POST = 0x03 ,
  nv::index::SPARSE_VOLUME_FILTER_TRICUBIC_CATMULL_PRE = 0x04 ,
  nv::index::SPARSE_VOLUME_FILTER_TRICUBIC_BSPLINE_POST = 0x05 ,
  nv::index::SPARSE_VOLUME_FILTER_TRICUBIC_BSPLINE_PRE = 0x06
}
 Filtering modes (interpolation) for sparse volume access. More...
 

Detailed Description

Scene attribute controlling sparse volume rendering properties.