| 198 |
|
##################################################################### |
| 199 |
|
##### Generating picture with depth buffer? |
| 200 |
|
if (defined $outzbf) { |
| 201 |
< |
my $picvt = $specout ? 'rmtxcomb -fc -' : "@pvalueA -df"; |
| 201 |
> |
my $picvt = $specout ? 'rcomb -fc -' : "@pvalueA -df"; |
| 202 |
|
exec "@vwraysA -ff | @rtraceA -fff -olv @res '$oct' | " . |
| 203 |
|
"rsplit -ih -iH -f -of '$outzbf' -oh -oH -of$ncsamp - | " . |
| 204 |
|
$picvt . " | getinfo -a 'VIEW=$view'"; |
| 229 |
|
# Arguments for rsplit based on output file type |
| 230 |
|
my %rcodeC = ( |
| 231 |
|
'.hdr', ['-of3', "!@pvalueA -df -u"], |
| 232 |
< |
'.hsr', ["-of$ncsamp", '!rmtxcomb -fc -'], |
| 232 |
> |
'.hsr', ["-of$ncsamp", '!rcomb -fc -'], |
| 233 |
|
'.dpt', ['-of', "!rcode_depth$refDepth -ff"], |
| 234 |
|
'.nrm', ['-of3', '!rcode_norm -ff'], |
| 235 |
|
'.idx', ['-oa', '!rcode_ident "-t "'] |