projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
drand() needs <cstdlib>
[MicroTrace.git]
/
FlatShader.cxx
diff --git
a/FlatShader.cxx
b/FlatShader.cxx
index
3699cd4
..
210fc6f
100644
(file)
--- a/
FlatShader.cxx
+++ b/
FlatShader.cxx
@@
-12,7
+12,7
@@
FlatShader::~FlatShader()
}
FlatShader::FlatShader()
- : Shader(0),
+ : Shader(0),
m_color(Vec3f())
{
}
@@
-20,5
+20,5
@@
FlatShader::FlatShader()
Vec3f
FlatShader::Shade(Ray& ray)
{
- return m_color;
+ return m_color;
}
This page took
0.019793 seconds
and
4
git commands to generate.