|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.Spatial
com.jme.scene.Geometry
com.jme.scene.TriMesh
com.jme.scene.shape.AbstractBox
com.jme.scene.shape.Box
com.jme.scene.shape.MultiFaceBox
public class MultiFaceBox
The used Texture is 1 Unit wide and 8 Units high. (to avoid rescaling)
The first 6 squares are mapped to the sides of the Box.
Everything else is exactly as in Box
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jme.scene.TriMesh |
---|
TriMesh.Mode |
Nested classes/interfaces inherited from class com.jme.scene.Spatial |
---|
Spatial.CullHint, Spatial.LightCombineMode, Spatial.NormalsMode, Spatial.TextureCombineMode |
Field Summary |
---|
Fields inherited from class com.jme.scene.shape.AbstractBox |
---|
center, xExtent, yExtent, zExtent |
Fields inherited from class com.jme.scene.TriMesh |
---|
indexBuffer, mode, triangleQuantity |
Fields inherited from class com.jme.scene.Geometry |
---|
binormalBuf, bound, castsShadows, colorBuf, compVect, defaultColor, displayListID, enabled, fogBuf, hasDirtyVertices, normBuf, states, tangentBuf, texBuf, vboInfo, vertBuf, vertQuantity |
Fields inherited from class com.jme.scene.Spatial |
---|
cullHint, frustrumIntersects, geometricalControllers, isCollidable, lightCombineMode, localRotation, localScale, localTranslation, LOCKED_BOUNDS, LOCKED_BRANCH, LOCKED_MESH_DATA, LOCKED_NONE, LOCKED_SHADOWS, LOCKED_TRANSFORMS, lockedMode, name, normalsMode, parent, queueDistance, renderQueueMode, renderStateList, textureCombineMode, worldBound, worldRotation, worldScale, worldTranslation, zOrder |
Constructor Summary | |
---|---|
MultiFaceBox()
|
|
MultiFaceBox(java.lang.String name)
|
|
MultiFaceBox(java.lang.String name,
Vector3f center,
float xExtent,
float yExtent,
float zExtent)
|
|
MultiFaceBox(java.lang.String name,
Vector3f min,
Vector3f max)
|
Method Summary |
---|
Methods inherited from class com.jme.scene.shape.Box |
---|
clone, duUpdateGeometryIndices, duUpdateGeometryNormals, duUpdateGeometryTextures, duUpdateGeometryVertices |
Methods inherited from class com.jme.scene.shape.AbstractBox |
---|
computeVertices, getCenter, getXExtent, getYExtent, getZExtent, read, setCenter, setData, setData, updateGeometry, updateGeometry, updateGeometry, write |
Methods inherited from class com.jme.scene.TriMesh |
---|
clearBuffers, draw, findCollisions, findTriangleCollision, findTrianglePick, getIndexBuffer, getMaxIndex, getMeshAsTriangles, getMeshAsTrianglesVertices, getMode, getTriangle, getTriangle, getTriangleCount, getTriangleIndices, getVertIndex, hasCollision, hasTriangleCollision, randomPointOnTriangles, recalcTriangleQuantity, reconstruct, setIndexBuffer, setMode, setTriangleQuantity |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.jme.util.export.Savable |
---|
getClassTag |
Constructor Detail |
---|
public MultiFaceBox()
public MultiFaceBox(java.lang.String name)
public MultiFaceBox(java.lang.String name, Vector3f min, Vector3f max)
public MultiFaceBox(java.lang.String name, Vector3f center, float xExtent, float yExtent, float zExtent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |