Uses of Class
com.jme.util.geom.nvtristrip.VertexCache

Packages that use VertexCache
com.jme.util.geom.nvtristrip   
 

Uses of VertexCache in com.jme.util.geom.nvtristrip
 

Methods in com.jme.util.geom.nvtristrip with parameters of type VertexCache
(package private) static int Stripifier.calcNumHitsFace(VertexCache vcache, FaceInfo face)
           
(package private) static float Stripifier.calcNumHitsStrip(VertexCache vcache, StripInfo strip)
           
 void VertexCache.copy(VertexCache inVcache)
           
(package private) static void Stripifier.updateCacheFace(VertexCache vcache, FaceInfo face)
           
(package private) static void Stripifier.updateCacheStrip(VertexCache vcache, StripInfo strip)