|
CPP-TOOLBOX
|
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< IndexedVertexPositions > | extract_indexed_vertex_positions_vector (const std::vector< IVPTextured > &ivp_textured_vector) |
| std::vector< IndexedVertexPositions > | extract_indexed_vertex_positions_vector (const std::vector< IVPTexturePacked > &ivp_texture_packed_vector) |
| IndexedVertexPositions draw_info::extract_indexed_vertex_positions | ( | const IVPTextured & | ivp_textured | ) |
| IndexedVertexPositions draw_info::extract_indexed_vertex_positions | ( | const IVPTexturePacked & | ivp_texture_packed | ) |
| std::vector< IndexedVertexPositions > draw_info::extract_indexed_vertex_positions_vector | ( | const std::vector< IVPTextured > & | ivp_textured_vector | ) |
| std::vector< IndexedVertexPositions > draw_info::extract_indexed_vertex_positions_vector | ( | const std::vector< IVPTexturePacked > & | ivp_texture_packed_vector | ) |
| IndexedVertexPositions draw_info::ivpn_to_ivpn | ( | const IVPNormals & | ivpn | ) |