Cleanup Scene and Primitives. Add comments.

This commit is contained in:
brunoherbelin
2020-04-13 15:17:10 +02:00
parent 7be79a9c96
commit ccd5d182ca
9 changed files with 120 additions and 44 deletions

View File

@@ -373,8 +373,3 @@ void Mesh::accept(Visitor& v)
Primitive::accept(v);
v.visit(*this);
}
//void Mesh::update( float dt )
//{
// scale_.x = scale_.y;
//}