Game Development Reference
In-Depth Information
FastMath.nextRandomFloat());
g.addControl(bulletControl);
bullets.put(id, bulletControl);
rootNode.attachChild(g);
return bulletControl;
}
7. Then, we need a removeBullet method once we receive the information from
the server.
Search WWH ::




Custom Search