Project Alice
|
#include <xac.hpp>
Public Attributes | |
std::vector< xac_vector4f > | weights |
std::vector< xac_vector3f > | vertices |
std::vector< xac_vector3f > | normals |
std::vector< xac_vector2f > | texcoords |
std::vector< xac_pp_bone_influence > | influences |
std::vector< xac_pp_actor_submesh > | submeshes |
std::vector< uint32_t > | influence_indices |
std::vector< uint32_t > | influence_starts |
std::vector< uint32_t > | influence_counts |
std::vector<uint32_t> emfx::xac_pp_actor_mesh::influence_counts |
std::vector<uint32_t> emfx::xac_pp_actor_mesh::influence_indices |
std::vector<uint32_t> emfx::xac_pp_actor_mesh::influence_starts |
std::vector<xac_pp_bone_influence> emfx::xac_pp_actor_mesh::influences |
std::vector<xac_vector3f> emfx::xac_pp_actor_mesh::normals |
std::vector<xac_pp_actor_submesh> emfx::xac_pp_actor_mesh::submeshes |
std::vector<xac_vector2f> emfx::xac_pp_actor_mesh::texcoords |
std::vector<xac_vector3f> emfx::xac_pp_actor_mesh::vertices |
std::vector<xac_vector4f> emfx::xac_pp_actor_mesh::weights |