Functions | |
def | applyConfiguration (gui, name, tf) |
def | displayCollisionResult (gui, group_name, res, color=Color.green) |
def | displayDistanceResult (gui, group_name, res, closest_points=True, normal=True) |
def | displayShape (gui, name, geom, color=(0.9, 0.9, 0.9, 1.0)) |
def coal.viewer.applyConfiguration | ( | gui, | |
name, | |||
tf | |||
) |
Definition at line 14 of file coal/viewer.py.
def coal.viewer.displayCollisionResult | ( | gui, | |
group_name, | |||
res, | |||
color = Color.green |
|||
) |
Definition at line 83 of file coal/viewer.py.
def coal.viewer.displayDistanceResult | ( | gui, | |
group_name, | |||
res, | |||
closest_points = True , |
|||
normal = True |
|||
) |
Definition at line 55 of file coal/viewer.py.
def coal.viewer.displayShape | ( | gui, | |
name, | |||
geom, | |||
color = (0.9, 0.9, 0.9, 1.0) |
|||
) |
Definition at line 20 of file coal/viewer.py.