Hi Sean,

I have an rtwizard issue.  I am writing a GUI in Excel VB that will allow the 
user to set up multiple images by reading in lists of components for shade, 
ghost, and lines.  It works well, however anytime I set up a ghost component, 
the whole screen is black.  I suspect that the ghost intensity value may have 
something to do with it, only because I do not know what the range is and am 
only guessing.  I have tried, 0.5, 1.0, 1.5, and even 50 all with the same 
result.  The output file is also in PNG format rather than the native PIX in 
case that has anything to do with it.

The command line looks like this...
Rtwizard "test.g" -s2048 -a225 -e45 -C255/255/255 --line-color 0/0/0 -g 
"temp.r" -l "temp.r" -G 0.5 -o "output.png"

Also, when I started this I attempted to run rtwizard using the command prompt 
which failed.  It always told me the "test.g" file did not exist.  So the 
script now uses PowerShell which was very persnickety in how I set the 
arguments. Some required quotes, some required a space after the argument, some 
didn't. All of the lined components needed the "-l" in front of them rather 
than a single "-l" followed by a list.  I got it figured out, but please let me 
know if this gets fixed whenever a new BRL-CAD is released, because it will 
probably break my code.

Thanks,

Robert Anderson

_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to