HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType > Class Template Reference

#include <RayTracer.h>

+ Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >:

Public Member Functions

 DiffuseShader (const Film::RGBA &d=Film::RGBA(1.0f))
 
 DiffuseShader (const DiffuseShader &)=default
 
 ~DiffuseShader () override=default
 
Film::RGBA operator() (const Vec3R &, const Vec3R &normal, const Vec3R &rayDir) const override
 Defines the interface of the virtual function that returns a RGB color. More...
 
BaseShadercopy () const override
 
- Public Member Functions inherited from openvdb::OPENVDB_VERSION_NAME::tools::BaseShader
 BaseShader ()
 
 BaseShader (const BaseShader &)=default
 
virtual ~BaseShader ()=default
 

Additional Inherited Members

- Public Types inherited from openvdb::OPENVDB_VERSION_NAME::tools::BaseShader
using RayT = math::Ray< Real >
 

Detailed Description

template<typename SamplerType>
class openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >

Definition at line 721 of file RayTracer.h.

Constructor & Destructor Documentation

template<typename SamplerType >
openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >::DiffuseShader ( const Film::RGBA d = Film::RGBA(1.0f))
inline

Definition at line 724 of file RayTracer.h.

template<typename SamplerType >
openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >::DiffuseShader ( const DiffuseShader< Film::RGBA, SamplerType > &  )
default
template<typename SamplerType >
openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >::~DiffuseShader ( )
overridedefault

Member Function Documentation

template<typename SamplerType >
BaseShader* openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >::copy ( ) const
inlineoverridevirtual

Implements openvdb::OPENVDB_VERSION_NAME::tools::BaseShader.

Definition at line 740 of file RayTracer.h.

template<typename SamplerType >
Film::RGBA openvdb::OPENVDB_VERSION_NAME::tools::DiffuseShader< Film::RGBA, SamplerType >::operator() ( const Vec3R xyz,
const Vec3R nml,
const Vec3R dir 
) const
inlineoverridevirtual

Defines the interface of the virtual function that returns a RGB color.

Parameters
xyzWorld position of the intersection point.
nmlNormal in world space at the intersection point.
dirDirection of the ray in world space.

Implements openvdb::OPENVDB_VERSION_NAME::tools::BaseShader.

Definition at line 727 of file RayTracer.h.


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