Class SphereConstructor

java.lang.Object
fr.phylisiumstudio.bullet.fabric.ShapeConstructor
fr.phylisiumstudio.bullet.fabric.constructors.SphereConstructor
All Implemented Interfaces:
IConstructor<com.bulletphysics.collision.shapes.CollisionShape>

public class SphereConstructor extends ShapeConstructor
Constructor for the sphere shape
  • Constructor Details

    • SphereConstructor

      public SphereConstructor()
  • Method Details

    • getName

      public String getName()
    • construct

      public com.bulletphysics.collision.shapes.CollisionShape construct(Object... args)