Home
last modified time | relevance | path

Searched refs:P3NC4 (Results 1 – 2 of 2) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DEntityRenderer.cpp270 VertexSpecs::P3NC4::Vertex::List& vertices;
273 …BuildColoredSolidBoundsVertices(VertexSpecs::P3NC4::Vertex::List& i_vertices, const Color& i_color… in BuildColoredSolidBoundsVertices()
278 vertices.push_back(VertexSpecs::P3NC4::Vertex(v1, n, color)); in operator ()()
279 vertices.push_back(VertexSpecs::P3NC4::Vertex(v2, n, color)); in operator ()()
280 vertices.push_back(VertexSpecs::P3NC4::Vertex(v3, n, color)); in operator ()()
281 vertices.push_back(VertexSpecs::P3NC4::Vertex(v4, n, color)); in operator ()()
316 VertexSpecs::P3NC4::Vertex::List solidVertices; in validateBounds()
H A DVertexSpec.h176 typedef VertexSpec3<AttributeSpecs::P3, AttributeSpecs::N, AttributeSpecs::C4> P3NC4; typedef