SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
× | ○ | × | × |
パブリック関数 | |
---|---|
SFCError |
Draw(
SFB3DSmpConstRef i3D
)
3D モデルを描画します。
|
SFCError |
GetModelData(
AEE3DModelData** modelOut
)
モデル情報を取得します。
|
SFCError |
GetModelVertexList(
AEE3DVertex** vertexListOut
)
SFB3DModel インターフェースに格納された頂点リストを取得します。
|
SFCError |
Load(
ACharConstPtr fileName
)
3D モデルをロードします。3D モデルは Q3D ファイル形式でなければなりません。
|
SFCError |
Load(
SFXAnsiStringConstRef fileName
)
3D モデルをロードします。3D モデルは Q3D ファイル形式でなければなりません。
|
static SFB3DModelSmp |
NewInstance(
SFCErrorPtr exception = null
) S3DModel インスタンスを生成します。
|
static SFB3DModelSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) S3DModel インスタンスを生成します。
|
SFCError |
SetSegmentMVT(
AEE3DTransformMatrix* trans
, SInt16 index
)
モデル セグメントのモデル・ビュー変換行列を設定します。
|
SFCError |
SetTextureTbl(
AEE3DTexture* texture
, UInt16 index
)
モデル内のテクスチャ テーブルを設定します。
|
SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFCError |
QueryInterface(
AEECLSID clsid
, SFBBaseSmpPtr handle
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
プロテクト関数 | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使用して生成します。
|
[ public ] SFCError Draw( SFB3DSmpConstRef i3D // SFB3D インターフェースへのポインタ );
3D モデルは3D モデル構造体でなければなりません。
[ public ] SFCError GetModelData( AEE3DModelData** modelOut // モデル構造体へのポインタのアドレス );
[ public ] SFCError GetModelVertexList( AEE3DVertex** vertexListOut // 頂点リストへのポインタのアドレス );
[ public ] SFCError Load( ACharConstPtr fileName // ファイル名文字列 );
[ public ] SFCError Load( SFXAnsiStringConstRef fileName // ファイル名文字列 );
[ public, static ] SFB3DModelSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFB3DModelSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] SFCError SetSegmentMVT( AEE3DTransformMatrix* trans // 変換マトリックスへのポインタ SInt16 index // セグメント インデックスが -1 の場合、全セグメントにこの変換をセットする );
[ public ] SFCError SetTextureTbl( AEE3DTexture* texture // テクスチャへのポインタ UInt16 index // モデルのテクスチャ テーブルのインデックス );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |