#include "static-plane.hpp" IntrinsicShapePlane pkeIntrinsicsPlane { .vert = { {-1, -1}, { 1, -1}, { 1, 1}, {-1, 1}, }, .uv = { {0,0}, {1,0}, {1,1}, {0,1}, }, .index = { 2, 1, 0, 0, 3, 2, }, };