Project Alice
Loading...
Searching...
No Matches
emfx::xac_pp_actor_mesh Struct Reference

#include <xac.hpp>

Public Attributes

std::vector< xac_vector4fweights
 
std::vector< xac_vector3fvertices
 
std::vector< xac_vector3fnormals
 
std::vector< xac_vector2ftexcoords
 
std::vector< xac_pp_bone_influenceinfluences
 
std::vector< xac_pp_actor_submeshsubmeshes
 
std::vector< uint32_tinfluence_indices
 
std::vector< uint32_tinfluence_starts
 
std::vector< uint32_tinfluence_counts
 

Detailed Description

Definition at line 65 of file xac.hpp.

Member Data Documentation

◆ influence_counts

std::vector<uint32_t> emfx::xac_pp_actor_mesh::influence_counts

Definition at line 74 of file xac.hpp.

◆ influence_indices

std::vector<uint32_t> emfx::xac_pp_actor_mesh::influence_indices

Definition at line 72 of file xac.hpp.

◆ influence_starts

std::vector<uint32_t> emfx::xac_pp_actor_mesh::influence_starts

Definition at line 73 of file xac.hpp.

◆ influences

std::vector<xac_pp_bone_influence> emfx::xac_pp_actor_mesh::influences

Definition at line 70 of file xac.hpp.

◆ normals

std::vector<xac_vector3f> emfx::xac_pp_actor_mesh::normals

Definition at line 68 of file xac.hpp.

◆ submeshes

std::vector<xac_pp_actor_submesh> emfx::xac_pp_actor_mesh::submeshes

Definition at line 71 of file xac.hpp.

◆ texcoords

std::vector<xac_vector2f> emfx::xac_pp_actor_mesh::texcoords

Definition at line 69 of file xac.hpp.

◆ vertices

std::vector<xac_vector3f> emfx::xac_pp_actor_mesh::vertices

Definition at line 67 of file xac.hpp.

◆ weights

std::vector<xac_vector4f> emfx::xac_pp_actor_mesh::weights

Definition at line 66 of file xac.hpp.


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