Skip to content

Commit

Permalink
Additional Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DomenicDev committed Jun 26, 2017
1 parent 3f32873 commit b1307c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,4 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg
!/src/de/gamedevbaden/crucified/appstates/VisualizationAppState.java
!/src/de/gamedevbaden/crucified/net/server/GameServer.java
!/src/de/gamedevbaden/crucified/tests/SingleplayerTest.java

Binary file modified assets/Scenes/BeachSceneFilter.j3f
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void initialize(AppStateManager stateManager, Application app) {
this.cam = app.getCamera();

// we attach our cam node to the head of the player model
Node head = playerModel.getControl(SkeletonControl.class).getAttachmentsNode("Neck1");
Node head = playerModel.getControl(SkeletonControl.class).getAttachmentsNode("Head");
this.cameraNode = new Node("CameraNode");
this.cameraNode.setLocalTranslation(offset);
head.attachChild(cameraNode);
Expand Down

0 comments on commit b1307c0

Please sign in to comment.