MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clearVectors

Method clearVectors

Engine/source/environment/skySphere.cpp:248–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void SkySphere::clearVectors()
249{
250 tmpVertices.clear();
251 finalFogVertex.clear();
252 tempFogVertex.clear();
253 colVec.clear();
254 fogVerts.clear();
255 vertsVec.clear();
256 normsVec.clear();
257 texCoordVec.clear();
258 finalVertData.clear();
259}
260
261void SkySphere::addVertex(Point3F vert)
262{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected