mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
* Adjustment: Initial CMake reworking.
This commit is contained in:
parent
516163fd5d
commit
d7cdf54661
5394 changed files with 2615532 additions and 8711 deletions
20
Engine/lib/assimp/test/models/3D/box.uc
Normal file
20
Engine/lib/assimp/test/models/3D/box.uc
Normal file
|
|
@ -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
|
||||
}
|
||||
BIN
Engine/lib/assimp/test/models/3D/box_a.3d
Normal file
BIN
Engine/lib/assimp/test/models/3D/box_a.3d
Normal file
Binary file not shown.
BIN
Engine/lib/assimp/test/models/3D/box_d.3d
Normal file
BIN
Engine/lib/assimp/test/models/3D/box_d.3d
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue