On my debian I have Mesa and pdl and /PDL/Graphics/TriD.pm installed.

But when I try to run:

perldl> use PDL::Graphics::TriD

      $size = 25;
       $x = (xvals zeroes $size+1,$size+1) / $size;
       $y = (yvals zeroes $size+1,$size+1) / $size;
       $z = 0.5 + 0.5 * (sin($x*6.3) * sin($y*6.3)) ** 3;   # Bumps

       imag3d [$x,$y,$z]; # Draw a shaded surface


I get a one color screen and a message:

No font  found at /usr/lib/perl5/PDL/Graphics/OpenGL.pm line 3652,
<DATA> line 387.


Have anyone tried TriD on debian?
Help me.

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to