ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfrenderarch
(Generate patch)

Comparing deliantra/Deliantra/bin/cfrenderarch (file contents):
Revision 1.3 by root, Tue Apr 8 20:26:32 2008 UTC vs.
Revision 1.4 by root, Sat May 15 00:22:27 2010 UTC

1#!/opt/perl/bin/perl 1#!/opt/perl/bin/perl
2
3use common::sense;
2 4
3use Cwd; 5use Cwd;
4use Math::VectorReal; 6use Math::VectorReal;
5use File::Spec::Functions; 7use File::Spec::Functions;
6use strict;
7 8
8$Math::VectorReal::FORMAT = "x=\"%1.3f\" y=\"%1.3f\" z=\"%1.3f\""; 9$Math::VectorReal::FORMAT = "x=\"%1.3f\" y=\"%1.3f\" z=\"%1.3f\"";
9 10
10sub slurp { open FO, $_[0] or die "Couldn't open $_[0]: $!"; return join '', <FO> } 11sub slurp { open FO, $_[0] or die "Couldn't open $_[0]: $!"; return join '', <FO> }
11 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines