![]() |
RenderMan
26.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... | |
bool | interpolate |
Interpolate output points. Default is false. More... | |
int | displayParamCount |
Number of display parameters. More... | |
UserParameter * | displayParam |
User specified display parameters. More... | |
Output specification for 3d baking.
|
inline |
RtUString RixPattern::Bake3dSpec::coordsys |
Baking coordinate space. Default is object.
RixSCType RixPattern::Bake3dSpec::dataType |
Output data type. Default is that of the output parameter.
RtUString RixPattern::Bake3dSpec::display |
Display driver name, e.g. pointcloud.
UserParameter* RixPattern::Bake3dSpec::displayParam |
User specified display parameters.
int RixPattern::Bake3dSpec::displayParamCount |
Number of display parameters.
RtUString RixPattern::Bake3dSpec::filename |
Output filename.
bool RixPattern::Bake3dSpec::interpolate |
Interpolate output points. Default is false.
float RixPattern::Bake3dSpec::maxDistance |
Worldspace baking distance. Smaller values bake more points.
int const RixPattern::Bake3dSpec::paramId |
Constant paramId index.