3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Initially, mesh consists of edges that connects two un-indexed vertices. This is the un-indexed vertex. More...
#include <ReconstructMeshFromEdges.h>
Public Member Functions | |
vertex (const Vector3D &p, const Vector3D &n, int id=-1) | |
Create the vertex. More... | |
Initially, mesh consists of edges that connects two un-indexed vertices. This is the un-indexed vertex.
Create the vertex.
p | - position of the vertex |
n | - normal of the vertex |
id | - additional metadata, identifier that will be kept during the mesh construction |