C# Class LWisteria.StudiesOfOpenTK.MultiBuffer.Cube

立方体
Mostrar archivo Open project: aokomoriuta/StudiesOfOpenTK Class Usage Examples

Public Properties

Property Type Description
SizeInByte int

Public Methods

Method Description
Cube ( OpenTK.Vector3 _position, float _size, Color4 _color ) : OpenTK

立方体を作成する

Method Details

Cube() public method

立方体を作成する
public Cube ( OpenTK.Vector3 _position, float _size, Color4 _color ) : OpenTK
_position OpenTK.Vector3 中心座標
_size float 1辺の長さ
_color Color4 表示色
return OpenTK

Property Details

SizeInByte public_oe static_oe property

Cubeのデータサイズ
public static int SizeInByte
return int