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

#include <draw_info.hpp>

Public Member Functions

 IVPTextured (std::vector< unsigned int > indices, std::vector< glm::vec3 > xyz_positions, std::vector< glm::vec2 > texture_coordinates, const std::string &texture="", int id=GlobalUIDGenerator::get_id())
 

Public Attributes

Transform transform
 
int id
 
std::vector< unsigned int > indices
 
std::vector< glm::vec3 > xyz_positions
 
std::vector< glm::vec2 > texture_coordinates
 
std::string texture_path
 
BufferModificationTracker buffer_modification_tracker
 

Constructor & Destructor Documentation

◆ IVPTextured()

draw_info::IVPTextured::IVPTextured ( std::vector< unsigned int > indices,
std::vector< glm::vec3 > xyz_positions,
std::vector< glm::vec2 > texture_coordinates,
const std::string & texture = "",
int id = GlobalUIDGenerator::get_id() )
inline

Member Data Documentation

◆ buffer_modification_tracker

BufferModificationTracker draw_info::IVPTextured::buffer_modification_tracker

◆ id

int draw_info::IVPTextured::id

◆ indices

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

◆ texture_coordinates

std::vector<glm::vec2> draw_info::IVPTextured::texture_coordinates

◆ texture_path

std::string draw_info::IVPTextured::texture_path

◆ transform

Transform draw_info::IVPTextured::transform

◆ xyz_positions

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

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