-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR changes for IN4189 from @eckhardtgirl, @raies1000, @wrvangeest #4
base: master
Are you sure you want to change the base?
Commits on Mar 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bdd0ae9 - Browse repository at this point
Copy the full SHA bdd0ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7229ac8 - Browse repository at this point
Copy the full SHA 7229ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f54442 - Browse repository at this point
Copy the full SHA 2f54442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f3136 - Browse repository at this point
Copy the full SHA 91f3136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 306e70f - Browse repository at this point
Copy the full SHA 306e70fView commit details -
70% test coverage for Camera class
Tests for Camera class that covers ~70% of the code. Mock class of the Bound Interface included for one test.
Configuration menu - View commit details
-
Copy full SHA for 499e829 - Browse repository at this point
Copy the full SHA 499e829View commit details -
Configuration menu - View commit details
-
Copy full SHA for b097659 - Browse repository at this point
Copy the full SHA b097659View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d3eb2 - Browse repository at this point
Copy the full SHA e3d3eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a100a1 - Browse repository at this point
Copy the full SHA 4a100a1View commit details
Commits on Mar 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 800d196 - Browse repository at this point
Copy the full SHA 800d196View commit details -
Added more tests for rendermanager
rendersubscenenode and preloadspatial need asserts
Configuration menu - View commit details
-
Copy full SHA for 4e8abf4 - Browse repository at this point
Copy the full SHA 4e8abf4View commit details
Commits on Mar 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bb1a4ea - Browse repository at this point
Copy the full SHA bb1a4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2ec7b - Browse repository at this point
Copy the full SHA 0e2ec7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e34bb4 - Browse repository at this point
Copy the full SHA 0e34bb4View commit details -
Refactor RenderManager and ViewportManager
Removed the Viewport responsibilities from RenderManager and added them to new class ViewportManager. RenderManager now has ViewportManager object, that other classes can also reach to manage the Viewports.
Configuration menu - View commit details
-
Copy full SHA for 37df556 - Browse repository at this point
Copy the full SHA 37df556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c3796 - Browse repository at this point
Copy the full SHA 37c3796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9036fac - Browse repository at this point
Copy the full SHA 9036facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddf9d6 - Browse repository at this point
Copy the full SHA 0ddf9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7d1dc - Browse repository at this point
Copy the full SHA 5a7d1dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3df68 - Browse repository at this point
Copy the full SHA 7c3df68View commit details -
Configuration menu - View commit details
-
Copy full SHA for e413d68 - Browse repository at this point
Copy the full SHA e413d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a91fe2 - Browse repository at this point
Copy the full SHA 9a91fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f657a6 - Browse repository at this point
Copy the full SHA 3f657a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10a7cf - Browse repository at this point
Copy the full SHA b10a7cfView commit details -
Merge pull request #3 from wrvangeest/methodRender
render Method is refactored: three loops into one.
Configuration menu - View commit details
-
Copy full SHA for f10fac4 - Browse repository at this point
Copy the full SHA f10fac4View commit details -
Merge pull request #4 from wrvangeest/refactor-viewportmanager
Refactor viewportmanager
Configuration menu - View commit details
-
Copy full SHA for eccb22c - Browse repository at this point
Copy the full SHA eccb22cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b7855 - Browse repository at this point
Copy the full SHA 02b7855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb992b - Browse repository at this point
Copy the full SHA 8bb992bView commit details -
Refactored computation of camera onFrameChange
This commit refactors computation of left, right, bottom and top plane in onFrameChange in order to avoid code duplication and improve understandability
Configuration menu - View commit details
-
Copy full SHA for 0a8e37f - Browse repository at this point
Copy the full SHA 0a8e37fView commit details
Commits on Mar 23, 2016
-
Merge pull request #5 from wrvangeest/refactor-camera
Refactor camera
Configuration menu - View commit details
-
Copy full SHA for f8f32ba - Browse repository at this point
Copy the full SHA f8f32baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 539f934 - Browse repository at this point
Copy the full SHA 539f934View commit details -
Refactored Caps.OpenGL32 in FilterPostProcessor
Caps.OpenGL32 is called multiple times. If one changes the version, this has to be done multiple places. By making this a variable, changes can be made more easiliy
Configuration menu - View commit details
-
Copy full SHA for c54108f - Browse repository at this point
Copy the full SHA c54108fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 795f229 - Browse repository at this point
Copy the full SHA 795f229View commit details -
Refactored preloadScene intro preloadNode and preLoadGeometry. This splits the functionality of preloadScene into its two functionalities
Configuration menu - View commit details
-
Copy full SHA for 0622e8a - Browse repository at this point
Copy the full SHA 0622e8aView commit details -
Refactor render() methods out of most classes
Empty render() implementations removed. render() method removed from Control Interface. TO DO: add InstancedNodeControl render to list
Configuration menu - View commit details
-
Copy full SHA for d880d5e - Browse repository at this point
Copy the full SHA d880d5eView commit details -
Fixed InstancedNodeControl by making it Public
TO DO: Create subInterface to replace if's
Configuration menu - View commit details
-
Copy full SHA for 7aa2e49 - Browse repository at this point
Copy the full SHA 7aa2e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efe9df - Browse repository at this point
Copy the full SHA 9efe9dfView commit details -
render() in separate RenderControl interface
Seperated method from Control Interface for those several classes that actually use it.
Configuration menu - View commit details
-
Copy full SHA for da4b197 - Browse repository at this point
Copy the full SHA da4b197View commit details -
Merge pull request #6 from wrvangeest/refactor-filterpostprocessor
Refactor filterpostprocessor
Configuration menu - View commit details
-
Copy full SHA for a5217b8 - Browse repository at this point
Copy the full SHA a5217b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1de11f - Browse repository at this point
Copy the full SHA c1de11fView commit details
Commits on Mar 24, 2016
-
Refactored rendersubscene into renderSubsceneNode and renderSubsceneGeometry
Configuration menu - View commit details
-
Copy full SHA for 6e306d1 - Browse repository at this point
Copy the full SHA 6e306d1View commit details
Commits on Mar 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f48256d - Browse repository at this point
Copy the full SHA f48256dView commit details
Commits on Mar 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a43e81a - Browse repository at this point
Copy the full SHA a43e81aView commit details -
Merge pull request #8 from wrvangeest/BinaryInputCapsule
Binary input capsule
Configuration menu - View commit details
-
Copy full SHA for d913765 - Browse repository at this point
Copy the full SHA d913765View commit details
Commits on Mar 30, 2016
-
Getters and setters now tested. 100% coverage in ViewPortManager.
Configuration menu - View commit details
-
Copy full SHA for 2525bd6 - Browse repository at this point
Copy the full SHA 2525bd6View commit details -
Merge pull request #7 from wrvangeest/refactor-rendermanager
Refactor rendermanager
Configuration menu - View commit details
-
Copy full SHA for d6c7ea5 - Browse repository at this point
Copy the full SHA d6c7ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cbcf5 - Browse repository at this point
Copy the full SHA 49cbcf5View commit details -
Merge pull request #9 from wrvangeest/RemoveRender
Remove render Created extra interface in order to remove empty method declarations
Configuration menu - View commit details
-
Copy full SHA for 32802b6 - Browse repository at this point
Copy the full SHA 32802b6View commit details