CPP-TOOLBOX
Loading...
Searching...
No Matches
draw_info Namespace Reference

Classes

struct  BoneInfo
 
class  BufferModificationTracker
 
class  IndexedVertexPositions
 
class  IVPColor
 
class  IVPNColor
 
class  IVPNormals
 
class  IVPNTextured
 
class  IVPNTexturePacked
 
class  IVPNTPRigged
 
class  IVPNTRigged
 
class  IVPTextured
 
class  IVPTexturePacked
 
class  TransformedIVPGroup
 
class  TransformedIVPNTPRGroup
 
class  TransformedIVPTPGroup
 
struct  VertexBoneData
 

Concepts

concept  IVPLike
 

Functions

IndexedVertexPositions ivpn_to_ivpn (const IVPNormals &ivpn)
 
IndexedVertexPositions extract_indexed_vertex_positions (const IVPTextured &ivp_textured)
 
IndexedVertexPositions extract_indexed_vertex_positions (const IVPTexturePacked &ivp_texture_packed)
 
std::vector< IndexedVertexPositionsextract_indexed_vertex_positions_vector (const std::vector< IVPTextured > &ivp_textured_vector)
 
std::vector< IndexedVertexPositionsextract_indexed_vertex_positions_vector (const std::vector< IVPTexturePacked > &ivp_texture_packed_vector)
 

Function Documentation

◆ extract_indexed_vertex_positions() [1/2]

IndexedVertexPositions draw_info::extract_indexed_vertex_positions ( const IVPTextured & ivp_textured)

◆ extract_indexed_vertex_positions() [2/2]

IndexedVertexPositions draw_info::extract_indexed_vertex_positions ( const IVPTexturePacked & ivp_texture_packed)

◆ extract_indexed_vertex_positions_vector() [1/2]

std::vector< IndexedVertexPositions > draw_info::extract_indexed_vertex_positions_vector ( const std::vector< IVPTextured > & ivp_textured_vector)

◆ extract_indexed_vertex_positions_vector() [2/2]

std::vector< IndexedVertexPositions > draw_info::extract_indexed_vertex_positions_vector ( const std::vector< IVPTexturePacked > & ivp_texture_packed_vector)

◆ ivpn_to_ivpn()

IndexedVertexPositions draw_info::ivpn_to_ivpn ( const IVPNormals & ivpn)