Setup values for Oculus Rift DK2
Oculus Rift CV1 default values seem not to be available...
This commit is contained in:
parent
1733125873
commit
d587cc0e36
3 changed files with 8 additions and 8 deletions
|
@ -18,8 +18,8 @@ int main()
|
|||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
int screenWidth = 1080;
|
||||
int screenHeight = 600;
|
||||
int screenWidth = 1280;
|
||||
int screenHeight = 800;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, "raylib [core] example - oculus rift");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue