INNER CODE UNIT · Python
Group
fury-gl/fury · fury/actor/core.py:185
class Group(gfx.Group, Actor):
"""Group actor class."""
def create_mesh(geometry, material):
"""
Create a mesh object.
Parameters
----------
geometry : Geometry
The geometry object.
material : Material
The material object. Must be an instance of MeshPhongMaterial,
MeshBasicMaterial or MeshStandardMaterial (which MeshPhysicalMaterial
derives from).
Returns