summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/v3dtypes.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-27 23:41:11 +0000
committerKarl Berry <karl@freefriends.org>2022-02-27 23:41:11 +0000
commit8027f287eb46d487a0e379911bdbc4d6c2bf44e4 (patch)
treeb6e3aeebab3f5c2560ae1ab892b76cca269eb05e /Master/texmf-dist/asymptote/v3dtypes.asy
parenta4855ce49e2101557c17547c2d22594e1b2a215c (diff)
asymptote 2.78 support files
git-svn-id: svn://tug.org/texlive/trunk@62265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/asymptote/v3dtypes.asy')
-rw-r--r--Master/texmf-dist/asymptote/v3dtypes.asy34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/asymptote/v3dtypes.asy b/Master/texmf-dist/asymptote/v3dtypes.asy
new file mode 100644
index 00000000000..52515a14ba6
--- /dev/null
+++ b/Master/texmf-dist/asymptote/v3dtypes.asy
@@ -0,0 +1,34 @@
+// Enum class for v3dtypes
+// AUTO-GENERATED from v3dtypes.csv
+// Generated at 2022-02-04 23:53:49.158592
+
+struct v3dtypes
+{
+ int material=1;
+ int transform=2;
+ int element=3;
+ int centers=4;
+ int header=5;
+ int line=64;
+ int triangle=65;
+ int quad=66;
+ int curve=128;
+ int bezierTriangle=129;
+ int bezierPatch=130;
+ int lineColor=192;
+ int triangleColor=193;
+ int quadColor=194;
+ int curveColor=256;
+ int bezierTriangleColor=257;
+ int bezierPatchColor=258;
+ int triangles=512;
+ int disk=1024;
+ int cylinder=1025;
+ int tube=1026;
+ int sphere=1027;
+ int halfSphere=1028;
+ int animation=2048;
+ int pixel=4096;
+};
+
+v3dtypes v3dtypes;// End of File