![]() |
RenderMan
26.0
|
Output specification for 2d baking. More...
#include <RixPattern.h>
Public Member Functions | |
Bake2dSpec (int _uTile, int _vTile, int _paramId) | |
Public Attributes | |
int const | uTile |
Constant u-tile index, base 0. More... | |
int const | vTile |
Constant v-tile index, base 0. More... | |
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. openexr, tiff. More... | |
RtUString | primVar [2] |
2d texture coord, either a joined float[2] primvar or two separate floats. Default is st. More... | |
bool | vInvert |
Invert v coords when baking. Default is false. More... | |
bool | atlas |
Bake multi-tile output such as UDIM. Default is false. More... | |
int | udimStride |
For baking only a subset of UDIMs. More... | |
int | udimOffset |
For baking only a subset of UDIMs. More... | |
int | resolution [2] |
Output file resolution. Default is 512x512. More... | |
int | displayParamCount |
Number of display parameters. More... | |
UserParameter * | displayParam |
User specified display parameters. More... | |
Output specification for 2d baking.
|
inline |
bool RixPattern::Bake2dSpec::atlas |
Bake multi-tile output such as UDIM. Default is false.
RixSCType RixPattern::Bake2dSpec::dataType |
Output data type. Default is that of the output parameter.
RtUString RixPattern::Bake2dSpec::display |
Display driver name, e.g. openexr, tiff.
UserParameter* RixPattern::Bake2dSpec::displayParam |
User specified display parameters.
int RixPattern::Bake2dSpec::displayParamCount |
Number of display parameters.
RtUString RixPattern::Bake2dSpec::filename |
Output filename.
int const RixPattern::Bake2dSpec::paramId |
Constant paramId index.
RtUString RixPattern::Bake2dSpec::primVar[2] |
2d texture coord, either a joined float[2] primvar or two separate floats. Default is st.
int RixPattern::Bake2dSpec::resolution[2] |
Output file resolution. Default is 512x512.
int RixPattern::Bake2dSpec::udimOffset |
For baking only a subset of UDIMs.
int RixPattern::Bake2dSpec::udimStride |
For baking only a subset of UDIMs.
int const RixPattern::Bake2dSpec::uTile |
Constant u-tile index, base 0.
bool RixPattern::Bake2dSpec::vInvert |
Invert v coords when baking. Default is false.
int const RixPattern::Bake2dSpec::vTile |
Constant v-tile index, base 0.