NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::IPlane_pick_result Class Referenceabstract

Interface class that returns the plane specific result of a pick operation/query. More...

#include <iplane_pick_result.h>

Inherits mi::base::Interface_declare< 0x0008694c, ... >.

Public Member Functions

virtual const mi::math::Color_struct & get_texture_color () const =0
 Returns the texture color value at the intersection point. More...
 

Detailed Description

Interface class that returns the plane specific result of a pick operation/query.

The interface class sub classes from IScene_pick_result to provide additional intersection results specific to IPlane scene elements.

Member Function Documentation

 get_texture_color()

virtual const mi::math::Color_struct & nv::index::IPlane_pick_result::get_texture_color ( ) const
pure virtual

Returns the texture color value at the intersection point.

This value is a computed texture color generated by a IDistributed_compute_technique.

Returns
Returns the texture color at the intersection point.

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