JunkBox_Lib++ (for Windows) 1.10.1
|
#include <GLTFDataTool.h>
Public Attributes | |
int | index_max |
int | index_min |
float | vertex_x_max |
float | vertex_x_min |
float | vertex_y_max |
float | vertex_y_min |
float | vertex_z_max |
float | vertex_z_min |
float | normal_x_max |
float | normal_x_min |
float | normal_y_max |
float | normal_y_min |
float | normal_z_max |
float | normal_z_min |
float | texcrd_u_max |
float | texcrd_u_min |
float | texcrd_v_max |
float | texcrd_v_min |
Definition at line 79 of file GLTFDataTool.h.
int index_max |
Definition at line 80 of file GLTFDataTool.h.
int index_min |
Definition at line 81 of file GLTFDataTool.h.
float normal_x_max |
Definition at line 88 of file GLTFDataTool.h.
float normal_x_min |
Definition at line 89 of file GLTFDataTool.h.
float normal_y_max |
Definition at line 90 of file GLTFDataTool.h.
float normal_y_min |
Definition at line 91 of file GLTFDataTool.h.
float normal_z_max |
Definition at line 92 of file GLTFDataTool.h.
float normal_z_min |
Definition at line 93 of file GLTFDataTool.h.
float texcrd_u_max |
Definition at line 94 of file GLTFDataTool.h.
float texcrd_u_min |
Definition at line 95 of file GLTFDataTool.h.
float texcrd_v_max |
Definition at line 96 of file GLTFDataTool.h.
float texcrd_v_min |
Definition at line 97 of file GLTFDataTool.h.
float vertex_x_max |
Definition at line 82 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), and GLTFData::getFacetMinMax().
float vertex_x_min |
Definition at line 83 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), and GLTFData::getFacetMinMax().
float vertex_y_max |
Definition at line 84 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), and GLTFData::getFacetMinMax().
float vertex_y_min |
Definition at line 85 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), and GLTFData::getFacetMinMax().
float vertex_z_max |
Definition at line 86 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), and GLTFData::getFacetMinMax().
float vertex_z_min |
Definition at line 87 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), and GLTFData::getFacetMinMax().