Program Summary
| Filename |
drawobj.pl
|
| Author |
Marvin Simkin
|
| Program Created |
2004-06-09
|
| Last Updated |
Jan 28 12:51
|
| Purpose |
make ".obj" files from instructions
|
| syntax |
drawobj.pl pic.mtl < pic.draw > pic.obj
|
| pic.mtl |
Material file WILL BE OVERWRITTEN with colors used in pic.obj
|
| pic.draw |
drawing instructions
|
| pic.obj |
Wavefront "obj" drawing
|
Discussion
This attempts to implement a portion of the Wavefront "obj" file format
as specified at http://netghost.narod.ru/gff/vendspec/waveobj/obj_spec.txt
ENH don't nag with warnings; see drawwrl.pl fontpixels for example
HISTORY:
2004-06-09 Cloned from drawwrl.pl, modified to output OBJ
| Written by |
Marvin Simkin |
| Filename |
drawobj.html |
| Last updated |
April 5, 2005 |
|
|
|