Botpack
Class SquareMirror

source: e:\games\UnrealTournament\Botpack\Classes\SquareMirror.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Decoration
         |
         +--Botpack.StudMetal
            |
            +--Botpack.SquareMirror
Direct Known Subclasses:None

class SquareMirror
extends Botpack.StudMetal

//============================================================================= // SquareMirror. //=============================================================================

Source Code


00001	//=============================================================================
00002	// SquareMirror.
00003	//=============================================================================
00004	class SquareMirror extends StudMetal;
00005	
00006	#exec MESH IMPORT MESH=SquareMirror ANIVFILE=MODELS\SquareMirror_a.3d DATAFILE=MODELS\SquareMirror_d.3d X=0 Y=0 Z=0
00007	#exec MESH ORIGIN MESH=SquareMirror X=0 Y=0 Z=0
00008	
00009	#exec MESH SEQUENCE MESH=SquareMirror SEQ=All          STARTFRAME=0 NUMFRAMES=1
00010	#exec MESH SEQUENCE MESH=SquareMirror SEQ=SquareMirror STARTFRAME=0 NUMFRAMES=1
00011	
00012	#exec MESHMAP NEW   MESHMAP=SquareMirror MESH=SquareMirror
00013	#exec MESHMAP SCALE MESHMAP=SquareMirror X=0.05 Y=0.05 Z=0.1
00014	#exec MESHMAP SETTEXTURE MESHMAP=SquareMirror NUM=0 TEXTURE=StudMap
00015	
00016	defaultproperties
00017	{
00018	     Mesh=LodMesh'Botpack.SquareMirror'
00019	}

End Source Code