adding methods to move camera front and back (.move, .forward, .backward)#42
adding methods to move camera front and back (.move, .forward, .backward)#42rsepierre wants to merge 7 commits intojdf:masterfrom
Conversation
|
The goal for this commit was to provide a public interface to move the PeasyCam camera center position. For this reason, I created three methods (although they are not all necessary) which are similar to the pan method :
I could not find any way to actually build the library so I could not test the code. Alternative ways I thought about to fixing the issue :
As unfortunately extending the PeasyCam Class does not provide any public interface with "center" I hope that you will consider those changes for the main branch. |
|
I have since successfully compiled peasycam and tested the functions that worked seamlessly. Just as I feared I had to invert .forward and .backard but everything works fine. I'm not sure how pull requests work. The last two commits added themselves to the PR automatically. If considered for master, should probably filter out changes made to the compiler/builder and .gitignore |
jdf
left a comment
There was a problem hiding this comment.
Please revert the changes to all files except PeasyCam.java. Thank you!
|
Ok it's a lot of commits for this, I'm sure there was better way to git my way out of there but here should be everything that changes with the pull request as of now :
|
|
@jdf Hi there ! |
No description provided.