Improvements from code review

This commit is contained in:
Emil Axelsson
2017-03-03 17:39:23 +01:00
parent 5faff1d3bf
commit b32c416615
30 changed files with 348 additions and 272 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2017 *
* Copyright (c) 2014 - 2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -26,4 +26,4 @@
void getEntry(inout vec3 entryPos, inout float entryDepth) {
entryPos = cameraPosInRaycaster;
entryDepth = 0;
}
}