photogrammetry_importer.opengl.utility

Module Contents

photogrammetry_importer.opengl.utility.draw_points(points, point_size, add_points_to_point_cloud_handle, reconstruction_collection=None, object_anchor_handle_name='OpenGL Point Cloud', op=None)

Draw points using OpenGL.

photogrammetry_importer.opengl.utility.draw_coords(coords, color=(0, 0, 255, 1.0), point_size=1, add_points_to_point_cloud_handle=True, reconstruction_collection=None, object_anchor_handle_name='OpenGL Coord Point Cloud', op=None)

Draw coordinates using OpenGL.

photogrammetry_importer.opengl.utility.redraw_points(dummy)

Redraw points of the previous Blender session.

photogrammetry_importer.opengl.utility.render_opengl_image(image_name, cam, coords, colors, point_size)

Render the given coordinates with OpenGL.