モデルデータ

Last-modified: 2008-02-11 (月) 04:36:15

Wavefront (.obj)

Comment :

   #   コメント行

Vertex data:

   v 	頂点 / Geometric vertices
   vt 	テクスチャUV / Texture vertices
   vn 	法線 / Vertex normals
   vp 	Parameter space vertices

Free-form curve/surface attributes:

   deg         Degree
   bmat 	Basis matrix
   step 	Step size
   cstype 	Curve or surface type

Elements:

   p 	Point
   l 	Line
   f 	面情報 (頂点/UV/法線 : 値はv/vt/vnを読み込んだ順の通し番号) / Face
   curv 	Curve
   curv2 	2D curve
   surf 	Surface

Free-form curve/surface body statements:

   parm 	Parameter values
   trim 	Outer trimming loop
   hole 	Inner trimming loop
   scrv 	Special curve
   sp 	Special point
   end 	End statement

Connectivity between free-form surfaces:

   con 	Connect

Grouping:

   g 	グループ名を指定する / Group name
   s 	Smoothing group
   mg 	Merging group
   o 	Object name

Display/render attributes:

   bevel 	Bevel interpolation
   c_interp 	Color interpolation
   d_interp 	Dissolve interpolation
   lod 	Level of detail
   usemtl 	使用するマテリアルの指定 / Material name
   mtllib 	使用する.mtlファイルの指定 / Material library
   shadow_obj 	Shadow casting
   trace_obj 	Ray tracing
   ctech 	Curve approximation technique
   stech 	Surface approximation technique

資料HP

モデルのファイルフォーマットの資料HPリンク

Wavefront (.obj)

OBJファイルフォーマット
OBJ英語HP
MTL英語HP

Metasequoia (.mqo)

MQOファイルフォーマット