projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
code for assignment 3
[MicroTrace.git]
/
Primitive.hxx
diff --git
a/Primitive.hxx
b/Primitive.hxx
index
04e201f
..
68dd11c
100644
(file)
--- a/
Primitive.hxx
+++ b/
Primitive.hxx
@@
-13,8
+13,8
@@
public:
virtual bool Intersect(Ray &ray) = 0;
virtual bool Occluded(Ray& ray);
virtual Vec3f GetNormal(Ray& ray) = 0;
virtual bool Intersect(Ray &ray) = 0;
virtual bool Occluded(Ray& ray);
virtual Vec3f GetNormal(Ray& ray) = 0;
-
Shader* shader();
Shader* shader();
+
protected:
Shader* m_shader;
};
protected:
Shader* m_shader;
};
This page took
0.025791 seconds
and
4
git commands to generate.