Moved the view plane calc to the constructor, cleaned up old code. Added / removed relevant comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user