summaryrefslogtreecommitdiff
path: root/graphics/asymptote/abs3doutfile.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-21 03:01:16 +0000
committerNorbert Preining <norbert@preining.info>2022-01-21 03:01:16 +0000
commit5d5f239204f5c0d1f7573c9ebc64b5ad1ae75b49 (patch)
treedd2a2d9a64fd0be0785bc558a4872a3c8185af23 /graphics/asymptote/abs3doutfile.h
parent217d27e597baa589f8e115e1b44eef51c7bb5dd0 (diff)
CTAN sync 202201210301
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;