net.jbeans.j3d.modeler.geometry.util
Class NormalGenerator

java.lang.Object
  extended bycom.sun.j3d.utils.geometry.NormalGenerator
      extended bynet.jbeans.j3d.modeler.geometry.util.NormalGenerator

public class NormalGenerator
extends com.sun.j3d.utils.geometry.NormalGenerator

generally describe NormalGenerator in here

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
NormalGenerator

Constructor Summary
NormalGenerator()
           
NormalGenerator(double d)
           
 
Method Summary
 void generateNormals(javax.media.j3d.GeometryArray geom, javax.vecmath.Point3f[] coords)
          Computes naive normals.
 
Methods inherited from class com.sun.j3d.utils.geometry.NormalGenerator
generateNormals, getCreaseAngle, setCreaseAngle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalGenerator

public NormalGenerator()

NormalGenerator

public NormalGenerator(double d)
Method Detail

generateNormals

public void generateNormals(javax.media.j3d.GeometryArray geom,
                            javax.vecmath.Point3f[] coords)
Computes naive normals.



Copyright © 1995-2004 net.jbeans. All Rights Reserved.