You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Potential Implementation Details:
The text was updated successfully, but these errors were encountered: