Renaming Object to Shape (part 1)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <ray.h>
|
||||
#include <intersect.h>
|
||||
|
||||
class Sphere : public Object
|
||||
class Sphere : public Shape
|
||||
{
|
||||
public:
|
||||
/* All sphere are at (0, 0, 0) and radius 1 in the object space */
|
||||
|
||||
Reference in New Issue
Block a user