#include <draw_info.hpp>
◆ IVPNColor() [1/3]
| draw_info::IVPNColor::IVPNColor |
( |
IVPNormals | ivpn, |
|
|
glm::vec3 | color ) |
|
inline |
◆ IVPNColor() [2/3]
| draw_info::IVPNColor::IVPNColor |
( |
IVPNormals | ivpn, |
|
|
std::vector< glm::vec3 > | rgb_colors ) |
|
inline |
◆ IVPNColor() [3/3]
| draw_info::IVPNColor::IVPNColor |
( |
std::vector< unsigned int > | indices, |
|
|
std::vector< glm::vec3 > | xyz_positions, |
|
|
std::vector< glm::vec3 > | normals, |
|
|
std::vector< glm::vec3 > | colors, |
|
|
int | id = -1 ) |
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const IVPNColor & | ivp ) |
|
friend |
◆ buffer_modification_tracker
◆ id
| int draw_info::IVPNColor::id |
◆ indices
| std::vector<unsigned int> draw_info::IVPNColor::indices |
◆ normals
| std::vector<glm::vec3> draw_info::IVPNColor::normals |
◆ rgb_colors
| std::vector<glm::vec3> draw_info::IVPNColor::rgb_colors |
◆ transform
◆ xyz_positions
| std::vector<glm::vec3> draw_info::IVPNColor::xyz_positions |
The documentation for this class was generated from the following file: