...
An example MEL command that could be used to alter the relative shutter offset for the underlying primitive:
| Code Block |
|---|
float $offset = -`delightRenderState -q -f`; RiAttribute -n "shutter" -p "offset" "float" 1.5; |
...
$offset;
|
...
An example MEL command that could be used to alter the relative shutter offset for the underlying primitive:
| Code Block |
|---|
float $offset = -`delightRenderState -q -f`; RiAttribute -n "shutter" -p "offset" "float" 1.5; |
...
$offset;
|