MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / pushVertex

Function pushVertex

Three.js/js/Three66.js:8185–8192  ·  view source on GitHub ↗
( x, y, z )

Source from the content-addressed store, hash-verified

8183 };
8184
8185 var pushVertex = function ( x, y, z ) {
8186
8187 _vertex = getNextVertexInPool();
8188 _vertex.position.set( x, y, z );
8189
8190 projectVertex( _vertex );
8191
8192 };
8193
8194 var pushNormal = function ( x, y, z ) {
8195

Callers

nothing calls this directly

Calls 2

projectVertexFunction · 0.85
getNextVertexInPoolFunction · 0.70

Tested by

no test coverage detected