Botpack
Class RectMirror

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

class RectMirror
extends Botpack.StudMetal

//============================================================================= // RectMirror. //=============================================================================

Source Code


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

End Source Code