summaryrefslogtreecommitdiff
path: root/libs/assimp/test/models/3D
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/test/models/3D
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/assimp/test/models/3D')
-rw-r--r--libs/assimp/test/models/3D/box.uc20
-rw-r--r--libs/assimp/test/models/3D/box_a.3dbin964 -> 0 bytes
-rw-r--r--libs/assimp/test/models/3D/box_d.3dbin240 -> 0 bytes
3 files changed, 0 insertions, 20 deletions
diff --git a/libs/assimp/test/models/3D/box.uc b/libs/assimp/test/models/3D/box.uc
deleted file mode 100644
index c3d7969..0000000
--- a/libs/assimp/test/models/3D/box.uc
+++ /dev/null
@@ -1,20 +0,0 @@
-class box expands Actor;
-
-#exec MESH IMPORT MESH=box ANIVFILE=MODELS\box_a.3d DATAFILE=MODELS\box_d.3d X=0 Y=0 Z=0
-#exec MESH ORIGIN MESH=box X=0 Y=0 Z=0
-
-#exec MESH SEQUENCE MESH=box SEQ=All STARTFRAME=0 NUMFRAMES=30
-//#exec MESH SEQUENCE MESH=box SEQ=??? STARTFRAME=0 NUMFRAMES=30
-
-#exec MESHMAP NEW MESHMAP=box MESH=box
-#exec MESHMAP SCALE MESHMAP=box X=0.1 Y=0.1 Z=0.2
-
-#exec TEXTURE IMPORT NAME=Jtex1 FILE=texture1.pcx GROUP=Skins FLAGS=2
-#exec TEXTURE IMPORT NAME=Jtex1 FILE=texture1.pcx GROUP=Skins PALETTE=Jtex1
-#exec MESHMAP SETTEXTURE MESHMAP=box NUM=1 TEXTURE=Jtex1
-
-defaultproperties
-{
- DrawType=DT_Mesh
- Mesh=box
-}
diff --git a/libs/assimp/test/models/3D/box_a.3d b/libs/assimp/test/models/3D/box_a.3d
deleted file mode 100644
index 22884c3..0000000
--- a/libs/assimp/test/models/3D/box_a.3d
+++ /dev/null
Binary files differ
diff --git a/libs/assimp/test/models/3D/box_d.3d b/libs/assimp/test/models/3D/box_d.3d
deleted file mode 100644
index 2f127a8..0000000
--- a/libs/assimp/test/models/3D/box_d.3d
+++ /dev/null
Binary files differ