QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
SurfaceVertex Struct Reference

Vertex structure for VBO upload. More...

#include <qwt3d_surface_p.h>

Public Attributes

QVector3D position
 
QVector3D normal
 
QVector4D color
 

Detailed Description

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.


The documentation for this struct was generated from the following file: