MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / destroy

Method destroy

testbed/common/AABB.cpp:45–51  ·  view source on GitHub ↗

Destroy the data used to render AABBs

Source from the content-addressed store, hash-verified

43
44// Destroy the data used to render AABBs
45void AABB::destroy() {
46
47 // Destroy the VBOs and VAO
48 mVBOVertices.destroy();
49 mVBONormals.destroy();
50 mVAO.destroy();
51}
52
53// Render the AABB
54void AABB::render(const openglframework::Vector3& position, const openglframework::Vector3& dimension,

Callers 11

~RaycastSceneMethod · 0.45
~SceneDemoMethod · 0.45
~ConcaveMeshMethod · 0.45
~DumbbellMethod · 0.45
~ConvexMeshMethod · 0.45
~BoxMethod · 0.45
~CapsuleMethod · 0.45
~HeightFieldMethod · 0.45
~SphereMethod · 0.45
~VisualContactPointMethod · 0.45
destroyStaticDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected