#include <TranslationCharacterMesh.h>
Inheritance diagram for LampForMaya::TranslationCharacterMesh:
Public Member Functions | |
virtual | ~TranslationCharacterMesh () |
デストラクタ | |
virtual bool | isCharacterMesh () const |
キャラクタメッシュかどうか | |
virtual bool | logicalCheck () |
論理チェック | |
virtual bool | convertToLamp (Scene *scene) |
Lampへの変換. | |
virtual void | addIndex (int index) |
インデックスの追加 | |
virtual bool | setWeights (int boneCount, float *weights, int *weightCounts) |
ウェイトの設定 | |
Protected Member Functions | |
TranslationCharacterMesh (const String &initializeName) | |
コンストラクタ | |
virtual Mesh * | convertCharacterMesh (Scene *scene) |
キャラクタメッシュへの変換 | |
Friends | |
class | TranslationMeshManager |
Definition at line 41 of file TranslationCharacterMesh.h.
|
コンストラクタ
Definition at line 36 of file TranslationCharacterMesh.cpp. |
|
インデックスの追加
Definition at line 75 of file TranslationCharacterMesh.h. Referenced by LampForMaya::TranslationCharacterModel::analyzeMesh(). |
|
キャラクタメッシュへの変換
Definition at line 125 of file TranslationCharacterMesh.cpp. References LampForMaya::TranslationMesh::colors_, LampForMaya::TranslationMesh::name_, LampForMaya::TranslationMesh::normals_, LampForMaya::TranslationMesh::positions_, LampForMaya::TranslationMesh::uvs_, and LampForMaya::TranslationMesh::uvSetCount_. Referenced by convertToLamp(). |
|
Lampへの変換.
Implements LampForMaya::TranslationMesh. Definition at line 108 of file TranslationCharacterMesh.cpp. References convertCharacterMesh(), LampForMaya::TranslationMesh::materialName_, MayaErrorOut, and LampForMaya::TranslationMesh::name_. |
|
キャラクタメッシュかどうか
Reimplemented from LampForMaya::TranslationMesh. Definition at line 53 of file TranslationCharacterMesh.h. |
|
論理チェック
Implements LampForMaya::TranslationMesh. Definition at line 92 of file TranslationCharacterMesh.cpp. References MayaErrorOut, LampForMaya::TranslationMesh::name_, LampForMaya::TranslationMesh::positions_, and LampForMaya::TranslationMesh::vertexLogicalCheck(). |
|
ウェイトの設定
Definition at line 49 of file TranslationCharacterMesh.cpp. References MayaErrorOut. Referenced by LampForMaya::TranslationCharacterModel::analyzeWeight(). |