Class SphereCreator

java.lang.Object
gaiasky.util.gdx.ModelCreator
gaiasky.util.gdx.SphereCreator

public class SphereCreator
extends ModelCreator
  • Nested Class Summary

    Nested classes/interfaces inherited from class gaiasky.util.gdx.ModelCreator

    ModelCreator.Face, ModelCreator.IFace
  • Field Summary

    Fields inherited from class gaiasky.util.gdx.ModelCreator

    faces, flipNormals, hardEdges, index, name, normals, uv, vertices
  • Constructor Summary

    Constructors
    Constructor Description
    SphereCreator()  
  • Method Summary

    Modifier and Type Method Description
    static void create​(IntIntMeshBuilder builder, com.badlogic.gdx.math.Matrix4 transform, float width, float height, float depth, int divisionsU, int divisionsV, boolean flipNormals, float angleUFrom, float angleUTo, float angleVFrom, float angleVTo)  

    Methods inherited from class gaiasky.util.gdx.ModelCreator

    addFace, dumpObj, flip

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SphereCreator

      public SphereCreator()
  • Method Details

    • create

      public static void create​(IntIntMeshBuilder builder, com.badlogic.gdx.math.Matrix4 transform, float width, float height, float depth, int divisionsU, int divisionsV, boolean flipNormals, float angleUFrom, float angleUTo, float angleVFrom, float angleVTo)