Comment out old Ray
This commit is contained in:
parent
19dfb66301
commit
d10d219eb3
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,7 @@ Matrix4 operator*(const Double lhs, const Matrix4& rhs);
|
|||
#endif
|
||||
|
||||
|
||||
#if 0
|
||||
struct Ray
|
||||
{
|
||||
Ray();
|
||||
|
@ -206,6 +207,7 @@ struct Ray
|
|||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &os, const Ray &r);
|
||||
#endif
|
||||
|
||||
|
||||
struct Color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue