00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
| class SFPlantB expands SFPlantA;
#exec MESH IMPORT MESH=SFPlantB ANIVFILE=MODELS\SFPlantB_a.3d DATAFILE=MODELS\SFPlantB_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=SFPlantB X=0 Y=0 Z=0
#exec MESH SEQUENCE MESH=SFPlantB SEQ=All STARTFRAME=0 NUMFRAMES=1
#exec MESH SEQUENCE MESH=SFPlantB SEQ=SFPlantB STARTFRAME=0 NUMFRAMES=1
#exec MESHMAP NEW MESHMAP=SFPlantB MESH=SFPlantB
#exec MESHMAP SCALE MESHMAP=SFPlantB X=0.1 Y=0.1 Z=0.2
defaultproperties
{
Mesh=LodMesh'SFDecos.SFPlantB'
MultiSkins(1)=Texture'SFDecos.Skins.JSFPlanta1'
MultiSkins(2)=Texture'SFDecos.Skins.JSFPlanta2'
}
|