MCPcopy Create free account
hub / github.com/OpenMW/openmw / DebugDrawer

Method DebugDrawer

components/debug/debugdraw.cpp:366–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366Debug::DebugDrawer::DebugDrawer(const DebugDrawer& copy, const osg::CopyOp& copyop)
367 : Node(copy, copyop)
368 , mCurrentFrame(copy.mCurrentFrame)
369 , mCustomDebugDrawer(copy.mCustomDebugDrawer)
370{
371}
372
373Debug::DebugDrawer::DebugDrawer(Shader::ShaderManager& shaderManager)
374{

Callers

nothing calls this directly

Calls 10

generateCubeFunction · 0.85
generateCylinderFunction · 0.85
generateSphereFunction · 0.85
generateWireCubeFunction · 0.85
addUniformMethod · 0.80
setAttributeAndModesMethod · 0.80
Vec3fClass · 0.50
getProgramMethod · 0.45
setModeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected