Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Control which layers are active. Using a Solo layer will deactivate any On layers.

  • 0: Off
  • 1: On
  • 2: Solo

 


Layers RGB

Connect the resultRGB output of a PxrProjectionLayer pattern to here.

...

Connect the resultA output of a PxrProjectionLayer pattern to here.

...

 Num Channels

This array of integers should contain the number of channels computed by the PxrProjectionLayer connected at the same array index. This number MUST be correct otherwise PxrProjectionStack will be unable to correctly retrieve and unpack the data. It may even crash. The best solution is to connect PxrProjectionLayer.outNumChannels to PxrProjectionStack.layersNumChannels[n] to guarantee correct operation.

...

 Channels RGB

Each member of this array must be connected to a PxrProjectionLayer.outChannelsRGB plug. The number of valid array members will be defined by the size of the layersNumChannels array. The channel RGB data is packed in a single color array and the number of channels is necessary to compute the starting point of each channel.

...