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

Method init

testbed/common/AABB.cpp:40–42  ·  view source on GitHub ↗

Initialize the data to render AABBs

Source from the content-addressed store, hash-verified

38
39// Initialize the data to render AABBs
40void AABB::init() {
41 createVBOAndVAO();
42}
43
44// Destroy the data used to render AABBs
45void AABB::destroy() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected