|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Vertex structure for VBO upload 更多...
#include <qwt3d_surface_p.h>
Public 属性 | |
| QVector3D | position |
| QVector3D | normal |
| QVector4D | color |
Vertex structure for VBO upload
Each vertex has position (3 floats), normal (3 floats), and color (4 floats). Total stride = 40 bytes, matching the shader attribute layout: location 0 = position, location 1 = normal, location 2 = color.