|
||||||||||
前 次 | フレームあり フレームなし |
BoundingBox を使用しているパッケージ | |
---|---|
com.jme3.bounding | |
com.jme3.collision.bih | |
com.jme3.scene.debug | |
com.jme3.shadow | |
jme3tools.optimize |
com.jme3.bounding での BoundingBox の使用 |
---|
BoundingBox 型のパラメータを持つ com.jme3.bounding のメソッド | |
---|---|
static boolean |
Intersection.intersect(BoundingBox bbox,
Vector3f v1,
Vector3f v2,
Vector3f v3)
|
boolean |
BoundingBox.intersectsBoundingBox(BoundingBox bb)
determines if this bounding box intersects a given bounding box. |
boolean |
BoundingSphere.intersectsBoundingBox(BoundingBox bb)
|
abstract boolean |
BoundingVolume.intersectsBoundingBox(BoundingBox bb)
determines if this bounding volume and a given bounding box are intersecting. |
BoundingBox 型のパラメータを持つ com.jme3.bounding のコンストラクタ | |
---|---|
BoundingBox(BoundingBox source)
|
com.jme3.collision.bih での BoundingBox の使用 |
---|
BoundingBox 型のパラメータを持つ com.jme3.collision.bih のメソッド | |
---|---|
int |
BIHNode.intersectWhere(Collidable col,
BoundingBox box,
Matrix4f worldMatrix,
BIHTree tree,
CollisionResults results)
|
com.jme3.scene.debug での BoundingBox の使用 |
---|
BoundingBox 型のパラメータを持つ com.jme3.scene.debug のメソッド | |
---|---|
void |
WireBox.fromBoundingBox(BoundingBox bbox)
|
com.jme3.shadow での BoundingBox の使用 |
---|
BoundingBox を返す com.jme3.shadow のメソッド | |
---|---|
static BoundingBox |
ShadowUtil.computeBoundForPoints(Vector3f[] pts,
Matrix4f mat)
Compute bounds from an array of points |
static BoundingBox |
ShadowUtil.computeBoundForPoints(Vector3f[] pts,
Transform transform)
Compute bounds from an array of points |
static BoundingBox |
ShadowUtil.computeUnionBound(GeometryList list,
Matrix4f mat)
Compute bounds of a geomList |
static BoundingBox |
ShadowUtil.computeUnionBound(GeometryList list,
Transform transform)
Compute bounds of a geomList |
static BoundingBox |
ShadowUtil.computeUnionBound(java.util.List<BoundingVolume> bv)
Computes the bounds of multiple bounding volumes |
jme3tools.optimize での BoundingBox の使用 |
---|
BoundingBox を返す jme3tools.optimize のメソッド | |
---|---|
BoundingBox |
Octree.getBound()
|
BoundingBox 型のパラメータを持つ jme3tools.optimize のメソッド | |
---|---|
void |
FastOctnode.generateRenderSet(Geometry[] globalGeomList,
java.util.Set<Geometry> renderSet,
Camera cam,
BoundingBox parentBox,
boolean isRoot)
|
BoundingBox 型のパラメータを持つ jme3tools.optimize のコンストラクタ | |
---|---|
Octnode(BoundingBox bbox,
java.util.ArrayList<OCTTriangle> tris)
|
|
||||||||||
前 次 | フレームあり フレームなし |