10 using namespace System::Collections::Generic;
31 ::FK::fk_Shape * GetP(
void);
34#if !defined(FK_DOXYGEN_USER_PROCESS)
形状や位相要素の属性を付与、取得するクラス
Definition Attribute_CLI.h:15
形状用基底クラス
Definition Shape_CLI.h:29
void SetShaderAttribute(String^ name, int dim, IEnumerable< float >^ array)
シェーダー内 attribute 変数設定メソッド2
void SetShaderAttribute(String^ name, int dim, IEnumerable< fk_TexCoord^>^ array)
シェーダー内 attribute 変数設定メソッド5
void SetShaderAttribute(String^ name, int dim, IEnumerable< fk_HVector^>^ array)
シェーダー内 attribute 変数設定メソッド6
fk_RealShapeType^ RealShapeType
形状データ構造プロパティ
Definition Shape_CLI.h:45
void SetShaderAttribute(String^ name, int dim, IEnumerable< double >^ array)
シェーダー内 attribute 変数設定メソッド3
void SetShaderAttribute(String^ name, int dim, IEnumerable< fk_Vector^>^ array)
シェーダー内 attribute 変数設定メソッド4
void SetShaderAttribute(String^ name, int dim, IEnumerable< int >^ array)
シェーダー内 attribute 変数設定メソッド1
Definition AppWindow_CLI.h:11
fk_RealShapeType
形状データの具体的なデータ構造を表す列挙型
Definition Shape_CLI.h:13