We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57c088 commit a523095Copy full SHA for a523095
TriD/Labels.pm
@@ -35,6 +35,7 @@ use OpenGL qw/ :glfunctions :glconstants /;
35
use OpenGL::GLUT qw/ :all /;
36
use PDL::Graphics::OpenGL::Perl::OpenGL;
37
use PDL::Graphics::OpenGLQ;
38
+use PDL::Graphics::TriD::Objects;
39
use base qw/PDL::Graphics::TriD::GObject/;
40
41
sub gdraw {
TriD/MathGraph.pm
@@ -31,6 +31,7 @@ the copyright notice should be included in the file.
31
package PDL::Graphics::TriD::MathGraph;
32
use strict;
33
use warnings;
34
use OpenGL qw(:all);
0 commit comments