-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description:
This feature request proposes adding a new mesh creator class to MeshLibCore specifically designed for generating Mucubes. A Mucube is a type of polytope with eight triangular faces and six vertices (see link to Mucube wiki page).
Benefits:
Provides a convenient way to generate Mucube meshes for various applications.
Promotes consistency and reusability within projects using MeshLibCore.
Offers a dedicated tool for working with Mucubes.
Potential Implementation Details:
The Mucube mesh creator could inherit from an existing base class for mesh creators in MeshLibCore.
It should allow customization of parameters like edge length or vertex position.
The creator could potentially leverage existing functionality for triangle mesh generation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request