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 4, gitignored *.ppm, *.png
[MicroTrace.git]
/
Light.hxx
diff --git
a/Light.hxx
b/Light.hxx
index
a152693
..
8392b1d
100644
(file)
--- a/
Light.hxx
+++ b/
Light.hxx
@@
-14,6
+14,7
@@
public:
virtual ~Light();
virtual bool Illuminate(Ray& shadowray, Vec3f& intensity) = 0;
+ virtual bool IsArea() = 0;
protected:
Scene* m_scene;
This page took
0.021919 seconds
and
4
git commands to generate.