NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Generic ray sampling information. More...

#include <xac_interface_sample_info_doc.h>

Inheritance diagram for nv::index::xac::Sample_info:
nv::index::xac::Sample_info_irregular_volume nv::index::xac::Sample_info_pvol nv::index::xac::Sample_info_sparse_volume nv::index::xac::Sample_info_surface nv::index::xac::Sample_info_vdb nv::index::xac::Sample_info_volume nv::index::xac::Sample_info_height_field nv::index::xac::Sample_info_pipe_set nv::index::xac::Sample_info_plane nv::index::xac::Sample_info_triangle_mesh

Public Attributes

float ray_t
 The distance (or depth) of the current sample position along the view ray. More...
 
float3 ray_origin
 Ray source position in scene space coordinates. More...
 
float3 ray_direction
 Ray direction in scene space coordinates. More...
 
float3 scene_position
 Position of the current sample point in scene space coordinates. More...
 

Detailed Description

Generic ray sampling information.

Member Data Documentation

 ray_direction

float3 nv::index::xac::Sample_info::ray_direction

Ray direction in scene space coordinates.

 ray_origin

float3 nv::index::xac::Sample_info::ray_origin

Ray source position in scene space coordinates.

 ray_t

float nv::index::xac::Sample_info::ray_t

The distance (or depth) of the current sample position along the view ray.

 scene_position

float3 nv::index::xac::Sample_info::scene_position

Position of the current sample point in scene space coordinates.


The documentation for this struct was generated from the following file: