Model |
ModelBuilder.createArrow(float x1,
float y1,
float z1,
float x2,
float y2,
float z2,
float capLength,
float stemThickness,
int divisions,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with an arrow.
|
Model |
ModelBuilder.createArrow(Vector3 from,
Vector3 to,
Material material,
long attributes) |
Convenience method to create a model with an arrow.
|
Model |
ModelBuilder.createBox(float width,
float height,
float depth,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a box shape.
|
Model |
ModelBuilder.createBox(float width,
float height,
float depth,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a box shape.
|
Model |
ModelBuilder.createCapsule(float radius,
float height,
int divisions,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a capsule shape.
|
Model |
ModelBuilder.createCapsule(float radius,
float height,
int divisions,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a capsule shape.
|
Model |
ModelBuilder.createCone(float width,
float height,
float depth,
int divisions,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a cone shape.
|
Model |
ModelBuilder.createCone(float width,
float height,
float depth,
int divisions,
int primitiveType,
Material material,
long attributes,
float angleFrom,
float angleTo) |
Convenience method to create a model with a single node containing a cone shape.
|
Model |
ModelBuilder.createCone(float width,
float height,
float depth,
int divisions,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a cone shape.
|
Model |
ModelBuilder.createCone(float width,
float height,
float depth,
int divisions,
Material material,
long attributes,
float angleFrom,
float angleTo) |
Convenience method to create a model with a single node containing a cone shape.
|
Model |
ModelBuilder.createCylinder(float width,
float height,
float depth,
int divisions,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a cylinder shape.
|
Model |
ModelBuilder.createCylinder(float width,
float height,
float depth,
int divisions,
int primitiveType,
Material material,
long attributes,
float angleFrom,
float angleTo) |
Convenience method to create a model with a single node containing a cylinder shape.
|
Model |
ModelBuilder.createCylinder(float width,
float height,
float depth,
int divisions,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a cylinder shape.
|
Model |
ModelBuilder.createCylinder(float width,
float height,
float depth,
int divisions,
Material material,
long attributes,
float angleFrom,
float angleTo) |
Convenience method to create a model with a single node containing a cylinder shape.
|
Model |
ModelBuilder.createLineGrid(int xDivisions,
int zDivisions,
float xSize,
float zSize,
Material material,
long attributes) |
Convenience method to create a model which represents a grid of lines on the XZ plane.
|
Model |
ModelBuilder.createRect(float x00,
float y00,
float z00,
float x10,
float y10,
float z10,
float x11,
float y11,
float z11,
float x01,
float y01,
float z01,
float normalX,
float normalY,
float normalZ,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a rectangle shape.
|
Model |
ModelBuilder.createRect(float x00,
float y00,
float z00,
float x10,
float y10,
float z10,
float x11,
float y11,
float z11,
float x01,
float y01,
float z01,
float normalX,
float normalY,
float normalZ,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a rectangle shape.
|
Model |
ModelBuilder.createSphere(float width,
float height,
float depth,
int divisionsU,
int divisionsV,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a sphere shape.
|
Model |
ModelBuilder.createSphere(float width,
float height,
float depth,
int divisionsU,
int divisionsV,
int primitiveType,
Material material,
long attributes,
float angleUFrom,
float angleUTo,
float angleVFrom,
float angleVTo) |
Convenience method to create a model with a single node containing a sphere shape.
|
Model |
ModelBuilder.createSphere(float width,
float height,
float depth,
int divisionsU,
int divisionsV,
Material material,
long attributes) |
Convenience method to create a model with a single node containing a sphere shape.
|
Model |
ModelBuilder.createSphere(float width,
float height,
float depth,
int divisionsU,
int divisionsV,
Material material,
long attributes,
float angleUFrom,
float angleUTo,
float angleVFrom,
float angleVTo) |
Convenience method to create a model with a single node containing a sphere shape.
|
Model |
ModelBuilder.createXYZCoordinates(float axisLength,
float capLength,
float stemThickness,
int divisions,
int primitiveType,
Material material,
long attributes) |
Convenience method to create a model with three orthonormal vectors shapes.
|
Model |
ModelBuilder.createXYZCoordinates(float axisLength,
Material material,
long attributes) |
|
Model |
ModelBuilder.end() |
End building the model.
|