|
|
Mike Williams wrote:
> A simple PERL script for converting the mesh files created by POVTree to
> Wavefront OBJ format.
[...]
Thanks for that!
Anyway, I strongly suggest that you review this bit of code and
- use strict;
- use variable names that speak for themselves,
- declare variables using "my",
and maybe add some more comments where appropriate.
BTW, your code produces warnings - you should definitely
also use the "-w" flag (or "use warnings;" if you're running
Windows)!
HTH - SCNR ;)
gimi
--
++++++++++++++++ http://www.psico.ch/ ++++++++++++++++
Post a reply to this message
|
|