MCPcopy Create free account
hub / github.com/cherubicXN/neat / decrease_line_width

Function decrease_line_width

code/evaluation/show-junctions.py:292–298  ·  view source on GitHub ↗
(vis)

Source from the content-addressed store, hash-verified

290 print(vis.get_render_option().line_width)
291 return False
292 def decrease_line_width(vis):
293 vis.get_render_option().line_width -= 1
294 vis.poll_events()
295 vis.update_renderer()
296 # vis.update_geometry()
297 print(vis.get_render_option().line_width)
298 return False
299
300 mesh_frame = o3d.geometry.TriangleMesh.create_coordinate_frame(
301 size=0.6, origin=[0,0,0])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected