User guide

260
Location Type or Attribute Type Description
Other > riblobbydso The riblobbydso is a convenience type that
is mapped to a single 1004-opcode
RiBlobbyV call. The dso filename provided
through the dso attribute is prepended to
the stringargs attribute values and then
passed as strings parameter.
A typical Blobby call for a riblobbydso type
looks as follows:
Blobby 1 [ 1004 0 size
(<floatargs>) 0 size
(<stringargs>) 1 ]
[ <floatargs> ] [ <dso>
<stringargs>]
See the PRMan documentation for more
details.
geometry.type string type == riblobbydso
geometry.dso string Specifies the path to the plug-in to be used
to evaluate the volume region.
geometry.volumetric integer Defines if the primitive field is rendered as
an iso-surface (0) or as a volumetric region
(1). If the 'volumetric' attribute is set and its
value is 1, an opcode 8 is prepended to the
opcodes array.
geometry.floatargs float[ ] Float parameters of the primitive fields
(optional).
geometry.stringargs string[ ] String parameters of the primitive fields
(optional).
APPENDIX D STANDARD ATTRIBUTES | LOCATION TYPE CONVENTIONS