Class ShapeConstructor

java.lang.Object
fr.phylisiumstudio.bullet.fabric.ShapeConstructor
All Implemented Interfaces:
IConstructor<com.bulletphysics.collision.shapes.CollisionShape>
Direct Known Subclasses:
CubeConstructor, SphereConstructor

public abstract class ShapeConstructor extends Object implements IConstructor<com.bulletphysics.collision.shapes.CollisionShape>
Abstract class for the shape constructor
  • Constructor Details

    • ShapeConstructor

      public ShapeConstructor()