INNER CODE UNIT · Python

actor_from_primitive

fury-gl/fury · fury/actor/core.py:384

def actor_from_primitive(
    vertices,
    faces,
    centers,
    *,
    colors=(1, 0, 0),
    scales=(1, 1, 1),
    directions=(1, 0, 0),
    opacity=None,
    material="phong",
    smooth=False,
    enable_picking=True,
    repeat_primitive=True,
    have_tiled_verts=False,
    wireframe=False,
    wireframe_thickness=1.0,
    material_params=None,
):

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…