Class Model3D.SmoothMethod

  • Enclosing class:
    Model3D

    public static final class Model3D.SmoothMethod
    extends java.lang.Object
    Method to do smoothing.
    • Field Detail

      • AVERAGED_NORMALS

        public static final Model3D.SmoothMethod AVERAGED_NORMALS
        vertex normal is determine as an avarage of all adjacent face normals
      • WEIGHTED_NORMALS

        public static final Model3D.SmoothMethod WEIGHTED_NORMALS
        vertex normal is determined as AVARAGED_NORMALS, but with the
        face normals scaled by the face area
    • Method Detail

      • swigValue

        public final int swigValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object