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

Function decrease_line_width

code/evaluation/show.py:294–300  ·  view source on GitHub ↗
(vis)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected