-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
di57mec
committed
Sep 28, 2019
1 parent
113ca9c
commit f9aa905
Showing
4 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// | ||
// Created by Consti10 on 28/09/2019. | ||
// | ||
|
||
#include "SceneStereoscopic.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// Created by Consti10 on 28/09/2019. | ||
// | ||
|
||
#ifndef FPV_VR_2018_SCENESTEREOSCOPIC_H | ||
#define FPV_VR_2018_SCENESTEREOSCOPIC_H | ||
|
||
//TODO merge code for StereoNormal / StereoSupersync even more | ||
|
||
class SceneStereoscopic { | ||
|
||
}; | ||
|
||
|
||
#endif //FPV_VR_2018_SCENESTEREOSCOPIC_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters