C# Class LWisteria.StudiesOfOpenTK.SimpleCloo.OutputParticle

表示用粒子
Show file Open project: aokomoriuta/StudiesOfOpenTK Class Usage Examples

Public Methods

Method Description
OutputParticle ( OpenTK.Vector3 _x, float _d, Color4 _color ) : OpenTK

粒子を作成する

Method Details

OutputParticle() public method

粒子を作成する
public OutputParticle ( OpenTK.Vector3 _x, float _d, Color4 _color ) : OpenTK
_x OpenTK.Vector3 中心座標
_d float 直径
_color Color4 表示色
return OpenTK