Package gaiasky.util.gdx
Class SphereCreator
java.lang.Object
gaiasky.util.gdx.ModelCreator
gaiasky.util.gdx.SphereCreator
-
Nested Class Summary
Nested classes/interfaces inherited from class gaiasky.util.gdx.ModelCreator
ModelCreator.Face, ModelCreator.IFace
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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, addVertex, dumpObj, flip
-
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)
-