Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DCompass.cpp114 …Vertex::List shaftVertices = Vertex::fromLists(shaft.vertices, shaft.normals, shaft.vertices.si… in makeArrows() local
119 …const size_t vertexCount = shaftVertices.size() + headVertices.size() + shaftCapVertices.size() + … in makeArrows()
126 builder.addTriangleStrip(shaftVertices); in makeArrows()
/dports/games/avp/avp-20170505/src/
H A Dkshape.c5203 VECTORCH shaftVertices[]=
5335 VECTORCH shaftVertices[]= variable
5389 FindIntersectionWithYPlane(&shaftVertices[2],&lightDirection1,&shaftVertices[4]); in RenderShaftOfLight()
5390 FindIntersectionWithYPlane(&shaftVertices[3],&lightDirection2,&shaftVertices[5]); in RenderShaftOfLight()
5391 FindZFromXYIntersection(&shaftVertices[2],&lightDirection1,&shaftVertices[6]); in RenderShaftOfLight()
5392 FindZFromXYIntersection(&shaftVertices[3],&lightDirection2,&shaftVertices[7]); in RenderShaftOfLight()
5395 FindIntersectionWithYPlane(&shaftVertices[6],&lightDirection1,&shaftVertices[8]); in RenderShaftOfLight()
5396 FindIntersectionWithYPlane(&shaftVertices[7],&lightDirection2,&shaftVertices[9]); in RenderShaftOfLight()
5491 FindIntersectionWithYPlane(&shaftVertices[2],&lightDirection1,&shaftVertices[4]); in RenderShaftOfLight2()
5493 FindZFromXYIntersection(&shaftVertices[2],&lightDirection3,&shaftVertices[6]); in RenderShaftOfLight2()
[all …]