OpenGLContext.shadow.edgeset

Class encapsulating the set of edges within an IndexedFaceSet

Functions

Classes

class EdgeSet( object ):
Set of edges for calculating ShadowVolume
Attributes: points -- pointer to triangle vertex array normals -- pointer to per-triangle normals singleEdges -- set of edges with only a single face attached, Nx2x3 set of edge-points singleVectors -- planar equations of faces where only a single face is attached to an edge singleIndices -- triangle indices for single-faced edges doubleEdges -- set of edges with only two faces attached, Nx2x3 set of edge-points doubleVectors -- planar equations of faces where two faces are attached to the edge doubleEdges -- triangle indices for double-faced edges planeEquations -- set of all planeEquations shadowvolumes -- cache of Light:ShadowVolume mappings