Module dxf

Class OBJGroup

java.lang.Object
org.jagatoo.loaders.models.obj.OBJFaceList
org.jagatoo.loaders.models.obj.OBJGroup

public class OBJGroup extends OBJFaceList
A single group within the model
Author:
Kevin Glass, Marvin Froehlich (aka Qudus)
  • Constructor Details

    • OBJGroup

      public OBJGroup(String name, List<float[]> verts, List<float[]> normals, List<float[]> texs)
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • hasName

      public boolean hasName()
    • isTopGroup

      public boolean isTopGroup()
    • addChild

      public void addChild(OBJGroup group)
    • getChildren

      public List<OBJGroup> getChildren()
    • createTopGroup

      public static OBJGroup createTopGroup(List<float[]> verts, List<float[]> normals, List<float[]> texs)