CPP-TOOLBOX
Loading...
Searching...
No Matches
draw_info::IVPNTPRigged Class Reference

#include <draw_info.hpp>

Public Member Functions

 IVPNTPRigged (std::vector< unsigned int > indices, std::vector< glm::vec3 > xyz_positions, std::vector< glm::vec3 > normals, std::vector< glm::vec2 > packed_texture_coordinates, int packed_texture_index, int packed_texture_bounding_box_index, const std::string &texture, std::vector< VertexBoneData > bone_data)
 

Public Attributes

Transform transform
 
int id = GlobalUIDGenerator::get_id()
 
std::vector< unsigned int > indices
 
std::vector< glm::vec3 > xyz_positions
 
std::vector< glm::vec3 > normals
 
std::vector< glm::vec2 > packed_texture_coordinates
 
int packed_texture_index
 
int packed_texture_bounding_box_index
 
std::string texture
 
std::vector< VertexBoneDatabone_data
 

Constructor & Destructor Documentation

◆ IVPNTPRigged()

draw_info::IVPNTPRigged::IVPNTPRigged ( std::vector< unsigned int > indices,
std::vector< glm::vec3 > xyz_positions,
std::vector< glm::vec3 > normals,
std::vector< glm::vec2 > packed_texture_coordinates,
int packed_texture_index,
int packed_texture_bounding_box_index,
const std::string & texture,
std::vector< VertexBoneData > bone_data )
inline

Member Data Documentation

◆ bone_data

std::vector<VertexBoneData> draw_info::IVPNTPRigged::bone_data

◆ id

int draw_info::IVPNTPRigged::id = GlobalUIDGenerator::get_id()

◆ indices

std::vector<unsigned int> draw_info::IVPNTPRigged::indices

◆ normals

std::vector<glm::vec3> draw_info::IVPNTPRigged::normals

◆ packed_texture_bounding_box_index

int draw_info::IVPNTPRigged::packed_texture_bounding_box_index

◆ packed_texture_coordinates

std::vector<glm::vec2> draw_info::IVPNTPRigged::packed_texture_coordinates

◆ packed_texture_index

int draw_info::IVPNTPRigged::packed_texture_index

◆ texture

std::string draw_info::IVPNTPRigged::texture

◆ transform

Transform draw_info::IVPNTPRigged::transform

◆ xyz_positions

std::vector<glm::vec3> draw_info::IVPNTPRigged::xyz_positions

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