ランタイム
Mix::Dynamics::MESH Struct Reference

メッシュ構造体 More...

#include <Common.h>

Collaboration diagram for Mix::Dynamics::MESH:

Public Attributes

UInt32 vertexCount
 頂点数 More...
 
const Mix::Vector3vertices
 頂点リスト More...
 
UInt32 polygonCount
 ポリゴン数 More...
 
const UInt32polygonIndices
 ポリゴンのインデックスリスト More...
 

Detailed Description

メッシュ構造体

Member Data Documentation

UInt32 Mix::Dynamics::MESH::vertexCount

頂点数

const Mix::Vector3* Mix::Dynamics::MESH::vertices

頂点リスト

UInt32 Mix::Dynamics::MESH::polygonCount

ポリゴン数

const UInt32* Mix::Dynamics::MESH::polygonIndices

ポリゴンのインデックスリスト

Note
頂点の参照用インデックス配列になります。
ポリゴン数 * 3 の要素を持つ配列を用意する必要があります( 三角形で指定する必要があることを意味します )。

The documentation for this struct was generated from the following file: