Assimp  v3.1.1 (June 2014)
pmx::PmxVertex Class Reference

頂点 More...

Public Member Functions

 PmxVertex ()
 
void Read (std::istream *stream, PmxSetting *setting)
 

Public Attributes

float edge
 エッジ倍率 More...
 
float normal [3]
 法線 More...
 
float position [3]
 位置 More...
 
std::unique_ptr< PmxVertexSkinningskinning
 スキニング More...
 
PmxVertexSkinningType skinning_type
 スキニングタイプ More...
 
float uv [2]
 テクスチャ座標 More...
 
float uva [4][4]
 追加テクスチャ座標 More...
 

Detailed Description

頂点

Constructor & Destructor Documentation

◆ PmxVertex()

pmx::PmxVertex::PmxVertex ( )
inline

Member Function Documentation

◆ Read()

void pmx::PmxVertex::Read ( std::istream *  stream,
PmxSetting setting 
)

Member Data Documentation

◆ edge

float pmx::PmxVertex::edge

エッジ倍率

◆ normal

float pmx::PmxVertex::normal[3]

法線

◆ position

float pmx::PmxVertex::position[3]

位置

◆ skinning

std::unique_ptr<PmxVertexSkinning> pmx::PmxVertex::skinning

スキニング

◆ skinning_type

PmxVertexSkinningType pmx::PmxVertex::skinning_type

スキニングタイプ

◆ uv

float pmx::PmxVertex::uv[2]

テクスチャ座標

◆ uva

float pmx::PmxVertex::uva[4][4]

追加テクスチャ座標


The documentation for this class was generated from the following files: