Ray San
|
b6b58991e6
|
Working on UWP support
Support Universal Windows Platform (UWP):
- Windows 10 App
- Windows Phone
- Xbox One
|
7 лет назад |
Wilhem Barbier
|
7ef604fbf5
|
Store the default shaders
|
7 лет назад |
Ray San
|
2f024dbfef
|
Corrected possible issue on FBO creation
USE_DEPTH_RENDERBUFFER on OpenGL 2.1
|
7 лет назад |
Ray San
|
81518ccd13
|
Corrected issue with shader locations init
On RPI, after latest drivers update, models were not rendered properly
cause of that...
|
7 лет назад |
Wilhem Barbier
|
879c2f484b
|
SetShaderValue take const pointer
|
7 лет назад |
Ray
|
aa6a1b4283
|
Corrected issue with missing defines
|
7 лет назад |
Ray
|
d43af4918b
|
Improve textures support for OpenGL 2.1
|
7 лет назад |
Ray San
|
415e7e972c
|
Review some issues, view description
- Review RPI compilation (core_drop_files not supported)
- Review ImageFormat(), some issues
- GetTextureData() reviewed for RPI
|
7 лет назад |
Ray San
|
ab01cd45bc
|
Review rlReadTexturePixels()
Improve second option to retrieve texture data from fbo...
Still requires some testing...
|
7 лет назад |
Ray San
|
31c8c86d8e
|
Comment tweak...
...while reviewing GetTextureData() functionality on OpenGL ES 2.0
|
7 лет назад |
Ray San
|
7057d08369
|
Review VR functionality
To be more generic and configurable
|
7 лет назад |
Ray San
|
412c52499a
|
Reverted change that breaks 3D drawing
It should be reviewed more carefully...
|
7 лет назад |
Ray San
|
ddea9d68bf
|
Review VR simulator
Requires some work, distortion shader could be move out of raylib to
example code...
|
7 лет назад |
Ray
|
2068037417
|
Code tweak
|
7 лет назад |
Ray
|
ff9b486ebe
|
Removed matrix resetting...
to emulate OpenGL funcionality
|
7 лет назад |
Ray
|
1d91a46008
|
Corrected out-of-bounds array issue
|
7 лет назад |
raysan5
|
0fc1323c80
|
Renamed modelviewprojection matrix
|
7 лет назад |
raysan5
|
6369b47f11
|
Force OpenGL 3.3 on OSX if selected OpenGL 2.1
|
7 лет назад |
raysan5
|
eeca607506
|
Review transforms to match OpenGL 1.1
|
7 лет назад |
Ray
|
2a263f7b5f
|
Corrected compilation on OpenGL ES 2.0
|
8 лет назад |
raysan5
|
a766e2c480
|
Updated Vector math to new naming
|
8 лет назад |
raysan5
|
cbb134946c
|
Corrected GetMouseRay() and rlUnproject()
Now it works great with reviewed maths
|
8 лет назад |
raysan5
|
00d2768bc9
|
Corrected bug on MatrixPerspective()
Some other tweaks...
|
8 лет назад |
raysan5
|
e52032f646
|
Complete review of raymath
Now it should be coherent with OpenGL math standards
|
8 лет назад |
raysan5
|
38d9fcb08e
|
Moved some functions to raymath
Exposed some raymath useful functions to raylib API
|
8 лет назад |
raysan5
|
980d9d4cd4
|
rlgl usable as standalone library
|
8 лет назад |
raysan5
|
2679c4ae9b
|
Review mesh loading and textures generation
|
8 лет назад |
raysan5
|
63fd96354e
|
Simplify a bit GenTexture*() functions
Still shader dependant, locations set should be moved out
|
8 лет назад |
raysan5
|
52cd5c6324
|
Corrected some issues
Corrected compilation for OpenGL 1.1
Review mesh data uploading to GPU
|
8 лет назад |
raysan5
|
0dabb2708b
|
Reorganized a couple of functions
|
8 лет назад |
raysan5
|
76c6f0b1e6
|
Working on PBR system
Moved PBR material loading to example, right decision?
|
8 лет назад |
raysan5
|
d368403a13
|
Working on PBR materials, renamed some data
|
8 лет назад |
raysan5
|
e893f3629e
|
Corrected some issues
|
8 лет назад |
Ray
|
6546474fa4
|
Manual integration of material-pbr into develop
|
8 лет назад |
raysan5
|
9f09f6f550
|
Rename enum LogType names...
...to avoid possible conflicting symbols
|
8 лет назад |
Ray
|
93e2fd8ea1
|
Some tweaks
|
8 лет назад |
Ray
|
50c887cb0a
|
Support HDR R32G32B32 float textures loading
|
8 лет назад |
Ray
|
822c2ddad5
|
Some defines tweaks for consistency
|
8 лет назад |
Ray
|
d593bd0081
|
Some code tweaks
|
8 лет назад |
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 лет назад |