C# Class opentk.System3.SimpleGenerator

Particles with trails.
Inheritance: IParticleGenerator
Show file Open project: smalld/particle_system

Public Methods

Method Description
MakeBubble ( System3 system, int bundleFirstItem, int i ) : void
NewBundle ( System3 system, int bundleFirstItem ) : void
SimpleGenerator ( ) : System
UpdateSize ( System3 system, int bundleFirstItem, int i ) : float

Protected Methods

Method Description
NewPosition ( System3 system, int bundleFirstItem, int i ) : Vector3

Method Details

MakeBubble() public method

public MakeBubble ( System3 system, int bundleFirstItem, int i ) : void
system System3
bundleFirstItem int
i int
return void

NewBundle() public method

public NewBundle ( System3 system, int bundleFirstItem ) : void
system System3
bundleFirstItem int
return void

NewPosition() protected method

protected NewPosition ( System3 system, int bundleFirstItem, int i ) : Vector3
system System3
bundleFirstItem int
i int
return Vector3

SimpleGenerator() public method

public SimpleGenerator ( ) : System
return System

UpdateSize() public method

public UpdateSize ( System3 system, int bundleFirstItem, int i ) : float
system System3
bundleFirstItem int
i int
return float