motion blur

This commit is contained in:
milek7
2018-07-23 01:22:36 +02:00
parent cfb066f678
commit d5ce1d57e7
32 changed files with 358 additions and 159 deletions

View File

@@ -124,8 +124,8 @@ private:
};
// trajektoria ruchu - opakowanie
class TTrack : public scene::basic_node {
class TTrack : public scene::basic_node
{
friend opengl_renderer;
// NOTE: temporary arrangement
friend ui_layer;