diff options
author | Norbert Preining <norbert@preining.info> | 2019-10-05 03:01:15 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-10-05 03:01:15 +0000 |
commit | 72c9345e5bafe708888bf65448a81d1aee8275ed (patch) | |
tree | a1a99929b3d7307572844833f09ad7ba5ad1405d /graphics/asymptote/jsfile.h | |
parent | 9d9c04e14d0da9dd7829d0ec896aabfd50414fd8 (diff) |
CTAN sync 201910050301
Diffstat (limited to 'graphics/asymptote/jsfile.h')
-rw-r--r-- | graphics/asymptote/jsfile.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/asymptote/jsfile.h b/graphics/asymptote/jsfile.h index 883cb4a70f..0095165dae 100644 --- a/graphics/asymptote/jsfile.h +++ b/graphics/asymptote/jsfile.h @@ -2,17 +2,11 @@ #define JSFILE_H #include <fstream> -#include <glm/glm.hpp> - #include "common.h" #include "triple.h" #include "locate.h" #include "prcfile.h" -namespace gl { -extern glm::mat4 projViewMat; -} - namespace camp { class jsfile { @@ -29,7 +23,7 @@ public: void addIndices(const uint32_t *I); void addPatch(const triple* controls, size_t n, const triple& Min, - const triple& Max, const prc::RGBAColour *colors); + const triple& Max, const prc::RGBAColour *colors, size_t nc); void addCurve(const triple& z0, const triple& c0, const triple& c1, const triple& z1, |