RenderManAPI  24.0
RixPattern::Bake3dSpec Struct Reference

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...
 
UserParameterdisplayParam
 User specified display parameters. More...
 

Detailed Description

Output specification for 3d baking.

Constructor & Destructor Documentation

◆ Bake3dSpec()

RixPattern::Bake3dSpec::Bake3dSpec ( int  _paramId)
inline

Member Data Documentation

◆ coordsys

RtUString RixPattern::Bake3dSpec::coordsys

Baking coordinate space. Default is object.

◆ dataType

RixSCType RixPattern::Bake3dSpec::dataType

Output data type. Default is that of the output parameter.

◆ display

RtUString RixPattern::Bake3dSpec::display

Display driver name, e.g. pointcloud.

◆ displayParam

UserParameter* RixPattern::Bake3dSpec::displayParam

User specified display parameters.

◆ displayParamCount

int RixPattern::Bake3dSpec::displayParamCount

Number of display parameters.

◆ filename

RtUString RixPattern::Bake3dSpec::filename

Output filename.

◆ interpolate

bool RixPattern::Bake3dSpec::interpolate

Interpolate output points. Default is false.

◆ maxDistance

float RixPattern::Bake3dSpec::maxDistance

Worldspace baking distance. Smaller values bake more points.

◆ paramId

int const RixPattern::Bake3dSpec::paramId

Constant paramId index.


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