summaryrefslogtreecommitdiff
path: root/graphics/asymptote/abs3doutfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/abs3doutfile.h')
-rw-r--r--graphics/asymptote/abs3doutfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/asymptote/abs3doutfile.h b/graphics/asymptote/abs3doutfile.h
index 2871320952..78568c14a9 100644
--- a/graphics/asymptote/abs3doutfile.h
+++ b/graphics/asymptote/abs3doutfile.h
@@ -34,7 +34,9 @@ public:
virtual void addStraightBezierTriangle(
triple const* controls, triple const& Min, triple const& Max, prc::RGBAColour const* c) = 0;
+#ifdef HAVE_LIBGLM
virtual void addMaterial(Material const& mat) = 0;
+#endif
virtual void addSphere(triple const& center, double radius) = 0;