Moved the view plane calc to the constructor, cleaned up old code. Added / removed relevant comments

This commit is contained in:
2016-08-02 22:40:55 -07:00
parent 1de9c6dd35
commit 2b7dceee1b
5 changed files with 39 additions and 82 deletions

View File

@@ -7,7 +7,7 @@ class Ray {
private:
// The Tail of the vector
// The Tail of the vector
sf::Vector3<float> origin;
// Direction / Length of the vector