NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Scene elements for XAC programs. More...

Classes

class  nv::index::xac::Light
 Generic directional light struct. More...
 
class  nv::index::xac::Material_phong
 Generic phong material struct. More...
 
class  nv::index::xac::Camera
 Generic camera struct. More...
 
class  nv::index::xac::Bounding_box
 Bounding box data structure. More...
 
class  nv::index::xac::Ray
 Ray data structure. More...
 
class  nv::index::xac::Colormap
 Colormap. More...
 
class  nv::index::xac::Texture2D
 2D Texture base representation More...
 
class  nv::index::xac::Compute_texture_tile_base
 Texture tile computation base. More...
 
class  nv::index::xac::Compute_texture_tile
 Texture tile computation. More...
 
class  nv::index::xac::Compute_texture_LOD_tile
 Texture tile level of detail (LOD) computation. More...
 
class  nv::index::xac::Triangle_mesh
 Triangle mesh. More...
 
class  nv::index::xac::Height_field
 Height field. More...
 
class  nv::index::xac::LOD_height_field
 Height field - level-of-detail (LOD) calculation. More...
 
class  nv::index::xac::Ellipsoid
 Ellipsoid. More...
 
class  nv::index::xac::Sphere
 Sphere. More...
 
class  nv::index::xac::Cylinder
 Cylinder. More...
 
class  nv::index::xac::Cone
 Cone. More...
 
class  nv::index::xac::Plane
 Plane. More...
 
struct  nv::index::xac::Irregular_volume_cell_info
 Irregular volume cell info context that stores internal information about current volume cell location. More...
 
class  nv::index::xac::Irregular_volume
 Irregular volume reference class. More...
 
class  nv::index::xac::Particle_volume
 Particle volume reference class. More...
 
struct  nv::index::xac::Sparse_volume_sample_context
 Sparse volume sample context that stores internal information for validating sample information against the internal state of the rendering. More...
 
class  nv::index::Sparse_volume_sampler<SVOL_attrib_type, SVOL_filter_mode, SVOL_classify_mode>
 Sparse volume sampler for retrieving filtered and optionally classified volume samples. More...
 
class  nv::index::Sparse_volume
 Sparse volume reference class. More...
 
class  nv::index::xac::VDB_sampler<VDB_attrib_type, VDB_filter_mode, VDB_grid_type, VDB_sampler_use_cache>
 VDB volume sampler for retrieving filtered and optionally classified volume samples. More...
 
class  nv::index::xac::VDB_volume
 VDB volume reference class used to represent volumes loaded in the NanoVDB volume format. More...
 

Detailed Description

Scene elements for XAC programs.

Predefined elements that are part of the XAC interface can provide information about the current IndeX state as well as a set of geometric scene elements used. for the final visualization output.