NURBSTexturePoint : NURBSObject

このクラスは、NURBS テクスチャ サーフェス上の単一のテクスチャ頂点を定義します。

コンストラクタ

NURBSTexturePoint <point2> [indices:<point2>]     

指定された UV 座標で NURBSTexturePoint を作成します。indices: が指定されている場合、テクスチャ サーフェス上のテクスチャ ポイントの順番が設定されます。

getPoint <NURBSTextureSurface> <u_index> <v_index>   

プロパティ

<nurbstexturepoint>.pos : point2

テクスチャ ポイントの UV 座標です。

メソッド

setIndices <nurbstexturepoint> <u_index> <v_index>

テクスチャ サーフェス上のテクスチャ ポイントの順番を設定します。