Package | Description |
---|---|
net.risingworld.api.utils | |
net.risingworld.api.worldelements |
Modifier and Type | Method and Description |
---|---|
static CollisionShape |
CollisionShape.createBoxCollisionShape(float sizeX,
float sizeY,
float sizeZ)
Creates a new box collision shape.
|
static CollisionShape |
CollisionShape.createHullCollisionShape()
Creates a new hull collision shape, i.e. a rough representation of a mesh
shape, but faster.
|
static CollisionShape |
CollisionShape.createMeshCollisionShape()
Creates a new mesh-accurate collision shape.
|
static CollisionShape |
CollisionShape.createSphereCollisionShape(float radius)
Creates a new spherical collision shape.
|
Modifier and Type | Method and Description |
---|---|
CollisionShape |
World3DModel.getCollisionShape()
Gets the current collision shape of this model.
|
Modifier and Type | Method and Description |
---|---|
void |
World3DModel.setCollisionShape(CollisionShape collisionShape)
Sets a collision shape for this model.
|