Ray
93e2fd8ea1
Some tweaks
7 年前
Ray
50c887cb0a
Support HDR R32G32B32 float textures loading
7 年前
Ray
822c2ddad5
Some defines tweaks for consistency
7 年前
Ray
d593bd0081
Some code tweaks
7 年前
raysan5
247da006ae
Rename parameter
8 年前
Ray
35172430c6
Added SUPPORT_VR_SIMULATOR flag
8 年前
Ray
fdf8501e81
Improve vr support and simulator
8 年前
Ray
5387b45431
Working on configuration flags
8 年前
Ray
974a6d4031
Corrected bug
8 年前
Ray
59652c75b4
Review some comments
8 年前
raysan5
5d1f661661
Remove Oculus support from code
Moved to custom example, now raylib only supports simulated VR
rendering.
Oculus code was too device dependant... waiting for OpenXR.
8 年前
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
8 年前
Ray
a08117155d
Init memory for screenshot to zero
8 年前
Ray
c85dfd4bc6
Remove unecessary spaces...
8 年前
Ray
37a64df7b9
Move lighting system out of raylib
Lighting is implemented as a raylib example now
8 年前
raysan5
4a158d972d
Added LoadText() function
Actually, renamed ReadTextFile() from rlgl and make it public
8 年前
Joel Davis
674ee2cf75
Fix vbo indexes for rlglUpdateMesh
8 年前
raysan5
e7464d5fc3
Review some formatting and naming
- Renamed WritePNG() to SavePNG() for consistency with other file
loading functions
- Renamed WriteBitmap() to SaveBMP() for consistency with other file
loading functions
- Redesigned SaveBMP() to use stb_image_write
8 年前
raysan5
852f3d4fd0
Review comments and formatting
8 年前
Ray
d5c0f9d386
Replaced log2() function by equivalent
log2() is not available in some standard C library implementations
8 年前
Ray
377dcb025f
Corrected some warnings
8 年前
raysan5
46ce30a2eb
Corrected bugs for OpenGL 1.1 backend
8 年前
Ray
f1bcfc1352
Corrected bug on GenTextureMipmaps()
texture.mipmaps value needs to be updated, so, texture must be passed by
reference instead of by value
8 年前
raysan5
bee283b12b
Some tweaks around
8 年前
raysan5
6d1b712a96
Reviewed modules comments
8 年前
Ray
f16f39e8aa
code tweaks to avoid some warnings
8 年前
raysan5
673dcf9436
Comments tweaks
8 年前
raysan5
988d39029f
Support textures filtering
8 年前
raysan5
4ff98f34bb
Function to set texture parameters -IN PROGRESS-
8 年前
raysan5
d5e0f4e84e
Added notes on vr tracking -> camera update
8 年前
Ray
8f60996b64
Corrected some warnings
8 年前
raysan5
5fecf5c088
Review UpdateVrTracking() and rlglLoadRenderTexture()
8 年前
Ray
5af1b4a7c9
Added simulated head-tracking on VR simulator
A simple 1st person camera... still requires some work...
8 年前
raysan5
7f0880a735
Review spacing formatting
raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
8 年前
Ray
10280c4b91
Some code tweaks
8 年前
raysan5
36f20376e6
Redesigned lighting shader system
8 年前
Ray
2c079d7c6e
Review Lua examples and formatting
8 年前
ghassanpl
47b6e62744
Fixed bug with BoundingBox Lua constructor
Fixed use-after-free in DestroyLight
8 年前
raysan5
a008d49230
Corrected some issues to compile with MSC
8 年前
sol-prog
32a671b9da
OS X comaptiblity changes and compiled library
8 年前
raysan5
5ff9811ea8
Some code tweaks
8 年前
raysan5
55b9a2479a
Expose Oculus Rift functionality directly
8 年前
raysan5
bfb5ffedda
Added rlgl standalone sample
8 年前
raysan5
0fbd48a889
Corrected bug on OpenGL 1.1
Set makefile to default OpenGL 3.3 compilation
8 年前
raysan5
11172118d1
Review comments
8 年前
raysan5
9d6d68f00a
Support VR mode disable on Oculus device
8 年前
raysan5
22672bc738
Added Oculus functions declaration and comments
8 年前
raysan5
56ec22f5c9
Corrected some issues on OpenGL 1.1
Corrected lighting system crash and VR variables not found...
8 年前
Ray
84d1b19f61
Added custom Oculus CV1 parameters
Matching the same stereo rendering result given by Oculus PC SDK for
Oculus Rift CV1 is very difficult because hardware has changed a lot and
DK2 distortion shader and parameters don't fit on CV1. Some custom
parameters have been calculated to simulate kind of CV1 stereo
rendering. Further work is required on this point.
8 年前
Ray
24c267d324
Compute stereo config from device parameters
Simulator configuration is directly obtained from VR device parameters!
8 年前