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

#include <draw_info.hpp>

Public Member Functions

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

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 > original_texture_coordinates
 
std::vector< glm::vec2 > packed_texture_coordinates
 
int packed_texture_index
 
int packed_texture_bounding_box_index
 
std::string texture_path
 
BufferModificationTracker buffer_modification_tracker
 

Constructor & Destructor Documentation

◆ IVPNTexturePacked()

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

Member Data Documentation

◆ buffer_modification_tracker

BufferModificationTracker draw_info::IVPNTexturePacked::buffer_modification_tracker

◆ id

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

◆ indices

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

◆ normals

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

◆ original_texture_coordinates

std::vector<glm::vec2> draw_info::IVPNTexturePacked::original_texture_coordinates

◆ packed_texture_bounding_box_index

int draw_info::IVPNTexturePacked::packed_texture_bounding_box_index

◆ packed_texture_coordinates

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

◆ packed_texture_index

int draw_info::IVPNTexturePacked::packed_texture_index

◆ texture_path

std::string draw_info::IVPNTexturePacked::texture_path

◆ transform

Transform draw_info::IVPNTexturePacked::transform

◆ xyz_positions

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

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