MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / ObjectRenderables

Method ObjectRenderables

src/core/renderables/renderable.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129// ### ObjectRenderables ###
130
131ObjectRenderables::ObjectRenderables(Object& object)
132: extent(object.extent)
133{
134 // nothing else
135}
136
137ObjectRenderables::~ObjectRenderables() = default;
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected