diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
commit | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch) | |
tree | 52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/test/models-nonbsd/3D/mar_rifle.uc | |
parent | db81b925d776103326128bf629cbdda576a223e7 (diff) |
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/test/models-nonbsd/3D/mar_rifle.uc')
-rw-r--r-- | src/mesh/assimp-master/test/models-nonbsd/3D/mar_rifle.uc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mesh/assimp-master/test/models-nonbsd/3D/mar_rifle.uc b/src/mesh/assimp-master/test/models-nonbsd/3D/mar_rifle.uc deleted file mode 100644 index daf2607..0000000 --- a/src/mesh/assimp-master/test/models-nonbsd/3D/mar_rifle.uc +++ /dev/null @@ -1,20 +0,0 @@ -class mar expands Actor; - -#exec MESH IMPORT MESH=mar ANIVFILE=MODELS\mar_a.3d DATAFILE=MODELS\mar_d.3d X=0 Y=0 Z=0 -#exec MESH ORIGIN MESH=mar X=0 Y=0 Z=0 - -#exec MESH SEQUENCE MESH=mar SEQ=All STARTFRAME=0 NUMFRAMES=30 -//#exec MESH SEQUENCE MESH=mar SEQ=??? STARTFRAME=0 NUMFRAMES=30 - -#exec MESHMAP NEW MESHMAP=mar MESH=mar -#exec MESHMAP SCALE MESHMAP=mar X=0.1 Y=0.1 Z=0.2 - -#exec TEXTURE IMPORT NAME=Jtex1 FILE=..\3DS\m_rifl.bmp GROUP=Skins FLAGS=2 -#exec TEXTURE IMPORT NAME=Jtex1 FILE=texture1.pcx GROUP=Skins PALETTE=Jtex1 -#exec MESHMAP SETTEXTURE MESHMAP=mar NUM=1 TEXTURE=Jtex1 - -defaultproperties -{ - DrawType=DT_Mesh - Mesh=mar -} |