ay_sdmesh_object Struct Reference

SubdivisionMesh object. More...

#include <ayam.h>

Data Fields

int scheme
 subdivision scheme (AY_SDSCATMULL, AY_SDSLOOP)
unsigned int nfaces
 total number of faces
unsigned int * nverts
 number of vertices per face [nfaces]
unsigned int * verts
 vertex indices [total_sum(nverts)]
unsigned int ntags
 total number of tags
int * tags
 tags [ntags] (AY_SDT*, hole, corner, crease, intpolbound)
unsigned int * nargs
 number of arguments per tag [ntags * 2]
int * intargs
 integer args [sum of all even elements of nargs]
double * floatargs
 float args [sum of all uneven elements of nargs]
unsigned int ncontrols
 total number of control points
double * controlv
 control points [ncontrols * 3]

Detailed Description

SubdivisionMesh object.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 28 19:51:38 2010 for Ayam by  doxygen 1.6.3