MCPcopy Create free account
hub / github.com/colmap/colmap / DecreasePointSize

Method DecreasePointSize

src/colmap/ui/render_options_widget.cc:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void RenderOptionsWidget::DecreasePointSize() {
330 const float kDelta = -100;
331 model_viewer_widget_->ChangePointSize(kDelta);
332}
333
334void RenderOptionsWidget::IncreaseCameraSize() {
335 const float kDelta = 100;

Callers

nothing calls this directly

Calls 1

ChangePointSizeMethod · 0.80

Tested by

no test coverage detected