![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework UNIVERSE 5.0 |

| 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
) Load( SFXAnsiStringConstRef fileName )
3D モデルをロードします。3D モデルは Q3D ファイル形式でなければなりません。
|
| static SFB3DModelSmp |
NewInstance(
SFCErrorPtr exception = null
) S3DModel クラスのインスタンスを生成します。
|
| static SFBMediaSVGSmp |
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 から継承)
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 から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
[ 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 ] SFBMediaSVGSmp 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 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|