MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~VisualContactPoint

Method ~VisualContactPoint

testbed/common/VisualContactPoint.cpp:54–57  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

52
53// Destructor
54VisualContactPoint::~VisualContactPoint() {
55 mVAONormalLine.destroy();
56 mVBOVerticesNormalLine.destroy();
57}
58
59// Load and initialize the mesh for all the contact points
60void VisualContactPoint::createStaticData(const std::string& meshFolderPath) {

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected