|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PolygonGroup in com.brackeen.javagamebook.ai |
Constructors in com.brackeen.javagamebook.ai with parameters of type PolygonGroup | |
Projectile(PolygonGroup polygonGroup,
Vector3D direction,
AIBot sourceBot,
int minDamage,
int maxDamage)
Create a new Blast with the specified PolygonGroup and normalized vector direction. |
|
EvolutionBot(PolygonGroup polygonGroup,
CollisionDetection collisionDetection,
EvolutionGenePool genePool,
PolygonGroup blastModel)
|
|
AIBot(PolygonGroup polygonGroup,
CollisionDetection collisionDetection,
Brain brain,
PolygonGroup blastModel)
|
Uses of PolygonGroup in com.brackeen.javagamebook.game |
Methods in com.brackeen.javagamebook.game that return PolygonGroup | |
PolygonGroup |
GameObject.getPolygonGroup()
Gets this object's PolygonGroup. |
Constructors in com.brackeen.javagamebook.game with parameters of type PolygonGroup | |
GameObject(PolygonGroup polygonGroup)
Creates a new GameObject represented by the specified PolygonGroup. |
Uses of PolygonGroup in com.brackeen.javagamebook.graphics3D |
Methods in com.brackeen.javagamebook.graphics3D with parameters of type PolygonGroup | |
boolean |
ZBufferedRenderer.draw(java.awt.Graphics2D g,
PolygonGroup group)
|
Uses of PolygonGroup in com.brackeen.javagamebook.math3D |
Methods in com.brackeen.javagamebook.math3D that return PolygonGroup | |
PolygonGroup |
PolygonGroup.getGroup(java.lang.String name)
Gets the PolygonGroup in this group with the specified name, or null if none found. |
PolygonGroup |
ObjectLoader.loadObject(java.lang.String filename)
Loads an OBJ file as a PolygonGroup. |
Methods in com.brackeen.javagamebook.math3D with parameters of type PolygonGroup | |
void |
PolygonGroupBounds.setToBounds(PolygonGroup group)
Sets this to the bounds of the specified PolygonGroup. |
void |
PolygonGroup.addPolygonGroup(PolygonGroup p)
Adds a PolygonGroup to this group. |
Constructors in com.brackeen.javagamebook.math3D with parameters of type PolygonGroup | |
PolygonGroupBounds(PolygonGroup group)
Creates a new PolygonGroupBounds with the bounds of the specified PolygonGroup. |
Uses of PolygonGroup in com.brackeen.javagamebook.path |
Constructors in com.brackeen.javagamebook.path with parameters of type PolygonGroup | |
PathBot(PolygonGroup polygonGroup)
|
Uses of PolygonGroup in com.brackeen.javagamebook.shooter3D |
Methods in com.brackeen.javagamebook.shooter3D with parameters of type PolygonGroup | |
void |
Player.setBlastModel(PolygonGroup blastModel)
|
Constructors in com.brackeen.javagamebook.shooter3D with parameters of type PolygonGroup | |
JumpingGameObject(PolygonGroup group)
|
|
Bot(PolygonGroup polygonGroup)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |