Debugging cubemap reflections

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40126
This commit is contained in:
kearwood
2012-10-12 00:02:24 +00:00
parent 278c6d5926
commit 40c4f4c897
25 changed files with 290 additions and 153 deletions

View File

@@ -290,3 +290,8 @@ bool KRVector3::operator <(const KRVector3& b) const
return false;
}
}
void KRVector3::setUniform(GLint location) const
{
GLDEBUG(glUniform3f(location, x, y, z));
}