HDK
|
#include <RayTracer.h>
Public Member Functions | |
MatteShader (const Film::RGBA &c=Film::RGBA(1.0f)) | |
MatteShader (const MatteShader &)=default | |
~MatteShader () override=default | |
Film::RGBA | operator() (const Vec3R &, const Vec3R &, const Vec3R &) const override |
Defines the interface of the virtual function that returns a RGB color. More... | |
BaseShader * | copy () 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 > |
Definition at line 564 of file RayTracer.h.
|
inline |
Definition at line 567 of file RayTracer.h.
|
default |
|
overridedefault |
|
inlineoverridevirtual |
Implements openvdb::OPENVDB_VERSION_NAME::tools::BaseShader.
Definition at line 574 of file RayTracer.h.
|
inlineoverridevirtual |
Defines the interface of the virtual function that returns a RGB color.
xyz | World position of the intersection point. |
nml | Normal in world space at the intersection point. |
dir | Direction of the ray in world space. |
Implements openvdb::OPENVDB_VERSION_NAME::tools::BaseShader.
Definition at line 570 of file RayTracer.h.