![]() |
RenderMan API
23.0
|
Output specification for 3d baking. More...
#include <RixPattern.h>
Public Member Functions | |
Bake3dSpec (int _paramId) | |
Public Attributes | |
int const | paramId |
Constant paramId index. More... | |
RixSCType | dataType |
Output data type. Default is that of the output parameter. More... | |
RtUString | filename |
Output filename. More... | |
RtUString | display |
Display driver name, e.g. pointcloud. More... | |
float | maxDistance |
Worldspace baking distance. Smaller values bake more points. More... | |
RtUString | coordsys |
Baking coordinate space. Default is object. More... | |
RtBoolean | interpolate |
Interpolate output points. Default is RI_FALSE. More... | |
int | displayParamCount |
Number of display parameters. More... | |
UserParameter * | displayParam |
User specified display parameters. More... | |
Output specification for 3d baking.
Definition at line 121 of file RixPattern.h.
|
inline |
Definition at line 123 of file RixPattern.h.
RtUString RixPattern::Bake3dSpec::coordsys |
Baking coordinate space. Default is object.
Definition at line 129 of file RixPattern.h.
RixSCType RixPattern::Bake3dSpec::dataType |
Output data type. Default is that of the output parameter.
Definition at line 125 of file RixPattern.h.
RtUString RixPattern::Bake3dSpec::display |
Display driver name, e.g. pointcloud.
Definition at line 127 of file RixPattern.h.
UserParameter* RixPattern::Bake3dSpec::displayParam |
User specified display parameters.
Definition at line 132 of file RixPattern.h.
int RixPattern::Bake3dSpec::displayParamCount |
Number of display parameters.
Definition at line 131 of file RixPattern.h.
RtUString RixPattern::Bake3dSpec::filename |
Output filename.
Definition at line 126 of file RixPattern.h.
RtBoolean RixPattern::Bake3dSpec::interpolate |
Interpolate output points. Default is RI_FALSE.
Definition at line 130 of file RixPattern.h.
float RixPattern::Bake3dSpec::maxDistance |
Worldspace baking distance. Smaller values bake more points.
Definition at line 128 of file RixPattern.h.
int const RixPattern::Bake3dSpec::paramId |
Constant paramId index.
Definition at line 124 of file RixPattern.h.