The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:ParticleModuleTrailTaper (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
 
Line 29: Line 29:
 
|  
 
|  
 
#1.0
 
#1.0
#0.0
 
 
#1.0
 
#1.0
#0.0
 
 
#1.0
 
#1.0
#0.0
 
 
#1.0
 
#1.0
#0.0
 
 
|-
 
|-
 
| {{tl|RawDistribution||Object structs|LookupTableChunkSize}}
 
| {{tl|RawDistribution||Object structs|LookupTableChunkSize}}

Latest revision as of 07:40, 23 May 2008

UT3 Object >> ParticleModule >> ParticleModuleTrailBase >> ParticleModuleTrailTaper
Package: 
Engine
This class in other games:
UDK

ParticleModuleTrailTaper Trail taper module

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'Taper'[edit]

TaperFactor[edit]

Type: DistributionFloat.RawDistributionFloat

Tapering factor, 0 = source of beam, 1 = target

Default value:

Member Value
Distribution DistributionTaperFactor
LookupTable
  1. 1.0
  2. 1.0
  3. 1.0
  4. 1.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

TaperMethod[edit]

Type: ETrailTaperMethod

Tapering mode

Enums[edit]

ETrailTaperMethod[edit]

PETTM_None 
No tapering is applied
PETTM_Full 
Taper the trail relative to source-->target, regardless of current beam length
PETTM_Partial 
Taper the trail relative to source-->location, 0=source,1=endpoint