Class SphereCreator

    • Constructor Detail

      • SphereCreator

        public SphereCreator()
    • Method Detail

      • 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)