From 058f98a63658dc1a2579826ba167fd61bed1e21f Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 4 Mar 2022 10:47:15 -0600 Subject: add assimp submodule --- src/mesh/assimp-master/test/models/3D/box.uc | 20 ++++++++++++++++++++ src/mesh/assimp-master/test/models/3D/box_a.3d | Bin 0 -> 964 bytes src/mesh/assimp-master/test/models/3D/box_d.3d | Bin 0 -> 240 bytes 3 files changed, 20 insertions(+) create mode 100644 src/mesh/assimp-master/test/models/3D/box.uc create mode 100644 src/mesh/assimp-master/test/models/3D/box_a.3d create mode 100644 src/mesh/assimp-master/test/models/3D/box_d.3d (limited to 'src/mesh/assimp-master/test/models/3D') diff --git a/src/mesh/assimp-master/test/models/3D/box.uc b/src/mesh/assimp-master/test/models/3D/box.uc new file mode 100644 index 0000000..c3d7969 --- /dev/null +++ b/src/mesh/assimp-master/test/models/3D/box.uc @@ -0,0 +1,20 @@ +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/src/mesh/assimp-master/test/models/3D/box_a.3d b/src/mesh/assimp-master/test/models/3D/box_a.3d new file mode 100644 index 0000000..22884c3 Binary files /dev/null and b/src/mesh/assimp-master/test/models/3D/box_a.3d differ diff --git a/src/mesh/assimp-master/test/models/3D/box_d.3d b/src/mesh/assimp-master/test/models/3D/box_d.3d new file mode 100644 index 0000000..2f127a8 Binary files /dev/null and b/src/mesh/assimp-master/test/models/3D/box_d.3d differ -- cgit v1.2.1