Added pirate ship meshes to application. Updated boat model to allow for jib sails and a fixed sail. #story[1274]

This commit is contained in:
Peter Galloway
2017-09-20 17:56:07 +12:00
parent 7197bc2bee
commit ea0be5e952
5 changed files with 32 additions and 14 deletions
@@ -36,7 +36,7 @@ public class BoatObject extends Group {
* Creates a BoatGroup with the default triangular boat polygon.
*/
public BoatObject() {
boatAssets = ModelFactory.boatGameView(BoatMeshType.CAT_ATE_A_MERINGUE, colour);
boatAssets = ModelFactory.boatGameView(BoatMeshType.PIRATE_SHIP, colour);
boatAssets.hideSail();
boatAssets.getAssets().getTransforms().addAll(
rotation