16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09:18 +02:00
This commit is contained in:
milek7
2020-10-24 18:07:47 +02:00
parent 286f31b75c
commit d4156f16f3
6 changed files with 634 additions and 25 deletions

View File

@@ -16,6 +16,7 @@ public:
virtual void begin_frame() = 0;
virtual void submit(eye_e, opengl_texture*) = 0;
virtual std::vector<TModel3d*> get_render_models() = 0;
virtual glm::mat4 get_pick_transform() = 0;
virtual void finish_frame() = 0;
virtual ~vr_interface() = 0;
};