Ray
976932e05e
Set version for raylib 3.5
пре 4 година
Ray
2bcd3a6df5
Simplified example and resources sizes
пре 4 година
raysan5
fa357b8d5d
Review undesired changes
пре 4 година
raysan5
c62c4df749
Updated miniaudio #1402
пре 4 година
raysan5
bd512764ff
REVIEW: example: models_cubicmap_pbr #1384
It does not work properly yet but it compiles correctly
пре 4 година
raysan5
4a97a5c63a
Update models_skybox.c
пре 4 година
raysan5
032b2db398
REVIEWED: GenTextureCubemap()
Added some tracelog messages
пре 4 година
raysan5
8d41683917
REVIEWED: models_skybox example
Now supports dynamic panoramic view, just drag and drop
пре 4 година
raysan5
b5d50ee51a
EXAMPLE: models_skybox works on OpenGL ES 2.0
пре 4 година
raysan5
6da3c1e7c3
Reverted previous change
пре 4 година
raysan5
f1ed8be5d7
REDESIGNED: ColorFromHSV()
Replaced Vector3 by direct values, easier to use and understand
пре 4 година
chriscamacho
d140dc81c0
work on quat and matrix math - deleted multiple copies of raymath.h causing issues ( #1359 )
Co-authored-by: codifies <nospam@antispam.com>
пре 4 година
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
пре 4 година
raysan5
488c60d139
Small shader fix on vec3 initialization #1298
пре 4 година
raysan5
b4ff6fdde3
Review skybox shaders
пре 4 година
peppemas
0e26d514b8
Fix bug #1270 ( #1282 )
* Fix bug #1270
Added an argument to the shader in order to flip the texture
* Fix Bug #1270
* Fix bug #1270
пре 4 година
raysan5
fed4716c3b
resources PNG chunks cleaning
пре 5 година
raysan5
00b3199859
Added raymath to examples
пре 5 година
raysan5
5fb6155eea
Removed unused Duck model.
пре 5 година
raysan5
3d41c1b6cd
Minor tweaks
пре 5 година
raysan5
6bab884d1d
Added note on examples not supporting GLSL100
пре 5 година
Ray
a6297a2be1
Some code tweaks
пре 5 година
Ray
4663cc03f3
Removed big examples
пре 5 година
raysan5
793977db4a
Review resources LICENSE
пре 5 година
Ray
97abaff4c5
Support rlPushMatrix() and rlPopMatrix() on mesh drawing
пре 5 година
Ray
5ad65d9291
Minor format tweaks
пре 5 година
Ray
bdcb16e7bb
Review PR and comments
пре 5 година
chriscamacho
bce2dd1231
fixed leak with PBR example ( #971 )
пре 5 година
Ray
7caedff9ca
Review weird PBR shader issue >_<
пре 5 година
Ray
c6d2502bdb
Review example crashing
Note this example is not working properly, it still requires some review.
пре 5 година
Ray
74ed3d07f9
Add glTF Duck model
пре 5 година
Ray
ce58b168f6
REMOVED: models_obj_viewer
пре 5 година
Ray
c247c371c3
REDESIGNED: models_obj_loading > models_loading
пре 5 година
Ray
402ce4e53b
Update plane_diffuse.png
пре 5 година
raysan5
c661cad692
Review all RL_CALLOC() calls
All data should be properly initialized by now
пре 5 година
raysan5
37a6f12037
Unload model shaders and textures
They are not automatically unloaded when unloading the model!
пре 5 година
chriscamacho
6f2f09947f
addition to raylib to create matrix from 3 euler angles ( #938 )
пре 5 година
Ray
3d5fa81bf2
WARNING: Redesigned structs
- Mesh, Shader, Material structs have been reviewed to minimize size when passed by value, all required code has been reviewed.
- GetCollisionRayModel() reviewed to avoid pointer, not required because model is not modified inside the function
- UnloadMesh() reviewed, pointer not required
- CheckCollisionRay*() parameters name reviewed
пре 5 година
culacant
f518c4e939
Fix loading multiple animations from .iqm file ( #928 )
* Fix loading multiple animations from .iqm file
* Fix memory leak in models_animation example
* Added export instructions to the animation example
* use raylib free
* include <stdlib.h> to appease the travis CI gods
* replace tabs with spaces
пре 5 година
Aldrin Martoq
e19616592d
Adding solar system examples. ( #900 )
пре 5 година
Ray
03720b30a1
Review contributed example
пре 6 година
Ray
ddaa4a304d
Review contributor info
пре 6 година
Codecat
923f4b9bbd
Added waving cubes example
пре 6 година
Ray
a9f33c9a89
Reduce textures size
пре 6 година
Ray
87774a0a21
Review variables initialization
пре 6 година
Ray
e6ca2c4ba3
Comment tweaks
пре 6 година
Ray
b525039e0a
Review ALL examples
пре 6 година
Ray
c1594fa445
Tweaks
пре 6 година
Ray
6332bc0398
Corrected issue with shader loading
When using FormatText() several times in same function, returned string is static and so, the same is returned, resulting in failures on shader loading.
пре 6 година
Ray
245cf2400e
Review shader examples
пре 6 година