![]() |
RenderMan
26.0
|
Note that the same channel name may appear multiple times within a list of RixDisplayChannels
.
More...
#include <RixIntegrator.h>
Public Types | |
enum | ChannelStyle { k_ChannelName, k_ChannelExpression } |
enum | ChannelType { k_FloatChannel, k_RGBChannel, k_PointChannel, k_NormalChannel, k_IntegerChannel } |
Public Attributes | |
RixChannelId | id |
enum RixDisplayChannel::ChannelStyle | style |
enum RixDisplayChannel::ChannelType | type |
RtUString | channel |
Note that the same channel name may appear multiple times within a list of RixDisplayChannels
.
This may be caused by either the "string source" parameter to DisplayChannel or the particular AOV being output multiple times.
For RixDisplayServices
and RixSampleFilterContext
, a single id value from any matching entry (e.g., the first) will suffice to affect all outputs. For RixDisplayFilterContext
, you probably want to filter using the id values from all matching entries since each corresponds to a particular output.
RtUString RixDisplayChannel::channel |
RixChannelId RixDisplayChannel::id |
enum RixDisplayChannel::ChannelStyle RixDisplayChannel::style |
enum RixDisplayChannel::ChannelType RixDisplayChannel::type |