summaryrefslogtreecommitdiff
path: root/graphics/asymptote/drawpath3.cc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-05 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2019-10-05 03:01:15 +0000
commit72c9345e5bafe708888bf65448a81d1aee8275ed (patch)
treea1a99929b3d7307572844833f09ad7ba5ad1405d /graphics/asymptote/drawpath3.cc
parent9d9c04e14d0da9dd7829d0ec896aabfd50414fd8 (diff)
CTAN sync 201910050301
Diffstat (limited to 'graphics/asymptote/drawpath3.cc')
-rw-r--r--graphics/asymptote/drawpath3.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/asymptote/drawpath3.cc b/graphics/asymptote/drawpath3.cc
index 8bdd8a35f3..0c6d71af9c 100644
--- a/graphics/asymptote/drawpath3.cc
+++ b/graphics/asymptote/drawpath3.cc
@@ -79,7 +79,7 @@ bool drawPath3::write(jsfile *out)
void drawPath3::render(double size2, const triple& b, const triple& B,
double perspective, bool remesh)
{
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GL
Int n=g.length();
if(n == 0 || invisible) return;
@@ -200,7 +200,7 @@ void drawNurbsPath3::ratio(const double* t, pair &b, double (*m)(double, double)
void drawNurbsPath3::displacement()
{
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GL
size_t nknots=degree+n+1;
if(Controls == NULL) {
Controls=new(UseGC) GLfloat[(weights ? 4 : 3)*n];
@@ -221,7 +221,7 @@ void drawNurbsPath3::displacement()
void drawNurbsPath3::render(double, const triple&, const triple&,
double, bool remesh)
{
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GL
if(invisible) return;
// TODO: implement NURBS renderer
@@ -240,7 +240,7 @@ bool drawPixel::write(prcfile *out, unsigned int *, double, groupsmap&)
bool drawPixel::write(jsfile *out)
{
-#ifdef HAVE_LIBGL
+#ifdef HAVE_LIBGLM
if(invisible)
return true;
@@ -255,7 +255,7 @@ bool drawPixel::write(jsfile *out)
void drawPixel::render(double size2, const triple& b, const triple& B,
double perspective, bool remesh)
{
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GL
if(invisible) return;
if(bbox2(Min,Max).offscreen()) { // Fully offscreen