#include "quader.h" void Quader::clean() { a.set(0.0f, 0.0f, 0.0f); b = c = d = e = f = g = h = a; } void Quader::render() { glB }