|
From: Simon K. C. <sk...@cs...> - 2004-02-08 23:39:13
|
Hi All,
Using the Perl/Tk module, one could do add a rectangle to the canvas via the
following commands:
my $c = $mv->Canvas->pack();
my $rectangle = $c->create('line' -options=>values);
From the responses I got from my previous question, I guess one *cannot* use
TOGL to do something similar to this to draw OpenGL stuff to the canvas:
my $openGL = $c->create('opengl' -options=>values);
Many thanks for your time/suggestions!
--
Warmest Regards,
Simon K. Chan, SFU Co-op Student
Crosby Lab
sk...@cs...
|