MCPcopy Create free account
hub / github.com/PRBonn/depth_clustering / init

Method init

src/visualization/visualizer.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void Visualizer::init() {
67 setSceneRadius(100.0);
68 camera()->showEntireScene();
69 glDisable(GL_LIGHTING);
70}
71
72void Visualizer::DrawCloud(const Cloud& cloud) {
73 glPushMatrix();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected