Package com.jme.scene.lod

Class Summary
AreaClodMesh AreaClodMesh originally ported from David Eberly's c++, modifications and enhancements made from there.

This class is an automatically updating ClodMesh that updates records acording to how much area the bounding volume takes up on the screen.
ClodCreator ClodCreator originally ported from David Eberly's c++, modifications and enhancements made from there.

This class is used by ClodMesh to create automatically generated records.
ClodMesh ClodMesh originally ported from David Eberly's c++, modifications and enhancements made from there.
CollapseRecord CollapseRecord originally ported from David Eberly's c++, modifications and enhancements made from there.

This class keeps an array of vertex index positions that are to be collapsed.
DiscreteLodNode DiscreteLodNode
ExVector ExVector is an Extended Vector that does not allow multiple instances.
VETMesh VETMesh originally ported from David Eberly's c++, modifications and enhancements made from there.

This class is used as a base class for ClodCreator, and should have little use outside of a base class for clod meshes.