Class GeometryUtils

java.lang.Object
org.web3d.vrml.renderer.common.nodes.GeometryUtils

public class GeometryUtils extends Object
Utilities for handling generic geometry actions.

Make sure all pointer vars that are added get cleared in the reset method. Proposed Optimization: Compact the tesselation arrays when inside a StaticGroup Compact them when max_polygon size > 5 as our estimate might be really off NOTE: It seems even with tris the array sizes are off.

Version:
$Revision: 1.21 $
Author:
Alan Hudson