Review VR simulator mechanism
- No default VR device parameteres inside raylib - VR device parameter should be provided by user - VR distortion shader should be provided by user
This commit is contained in:
parent
aa8d10c48a
commit
5bfa675350
5 changed files with 202 additions and 327 deletions
|
@ -57,8 +57,6 @@
|
|||
//------------------------------------------------------------------------------------
|
||||
// Support VR simulation functionality (stereo rendering)
|
||||
#define SUPPORT_VR_SIMULATOR 1
|
||||
// Include stereo rendering distortion shader (shader_distortion.h)
|
||||
#define SUPPORT_DISTORTION_SHADER 1
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue