Package WildMagic.LibGraphics.Detail
Class CreateClodMesh.TriangleAttribute
- java.lang.Object
 - 
- WildMagic.LibGraphics.Detail.CreateClodMesh.TriangleAttribute
 
 
- 
- Enclosing class:
 - CreateClodMesh
 
protected class CreateClodMesh.TriangleAttribute extends java.lang.ObjectThe attributes associated with a triangle. The triangle does not keep track of any adjacencies (these can be indirectly determined from other mesh components). The data member m_kData allows an application to attach whatever data it wants associated with the triangle. The attachment/detachment is performed by the application in the OnTriangleInsert/OnTriangleRemove callbacks. 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.Objectm_kDatasupport for application-specific data. 
- 
Constructor Summary
Constructors Constructor Description TriangleAttribute()Construct an attribute for a triangle. 
 -