Interface ModelCreator.IFace

All Known Implementing Classes:
ModelCreator.Face
Enclosing class:
ModelCreator

public static interface ModelCreator.IFace
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    b()
     
    int[]
    n()
     
    void
    setBinormals(int... n)
     
    void
    setNormals(int... n)
     
    void
    setTangents(int... n)
     
    int[]
    t()
     
    int[]
    v()
     
  • Method Details

    • v

      int[] v()
    • n

      int[] n()
    • b

      int[] b()
    • t

      int[] t()
    • setNormals

      void setNormals(int... n)
    • setBinormals

      void setBinormals(int... n)
    • setTangents

      void setTangents(int... n)