AMCAX Kernel 1.0.0.0
|
Class of PolyMesh API for mesh subdividion, only supports generating unstructured subdivision meshes using full triangle or full quadrilateral meshes. Compared to methods based on half edge structures, the performance is better. More...
#include <polymesh/PolyMesh.hpp>
Classes | |
class | AMCAX::SubD::MeshSubdivideRenderCC |
Class of PolyMesh API for quadrilateral mesh Catmull-Clark subdivision. More... | |
class | AMCAX::SubD::MeshSubdivideRenderLoop |
Class of PolyMesh API for triangle mesh Loop subdividion. More... | |
Namespaces | |
namespace | AMCAX |
Namespace of all interface in the AMCAX kernel. | |
namespace | AMCAX::SubD |
Namespace of all interface in the AMCAX SubD module. | |
Class of PolyMesh API for mesh subdividion, only supports generating unstructured subdivision meshes using full triangle or full quadrilateral meshes. Compared to methods based on half edge structures, the performance is better.