struct CCL::VertexPN
Vertex containing only a position and a normal vector element.
#include <vertex3d.h> struct VertexPN { // fields PointF3D position; PointF3D normal; static constexpr VertexElementDescription kDescription [2] { { "POSITION", kR32G32B32_Float }, { "NORMAL", kR32G32B32_Float } }; };