MCPcopy Create free account
hub / github.com/OctoMap/octomap / SceneObject

Method SceneObject

octovis/src/SceneObject.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace octomap {
33
34 SceneObject::SceneObject() :
35 m_zMin(0.0), m_zMax(1.0), m_colorMode(CM_FLAT) {
36 }
37
38 void SceneObject::heightMapColor(double h, GLfloat* glArrayPos) const {
39 if (m_zMin >= m_zMax)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected