Ray
3f1e59a7cf
Update copyright to 2024
vor 1 Jahr
Ray
040b945fef
Reviewed some examples and warnings
vor 1 Jahr
Jeffery Myers
6cd37e57a6
Fix warnings in visual studio ( #3512 )
vor 1 Jahr
Asdqwe
de3dc94d5b
Fix example/models/models_loading_m3d.c controls ( #3269 )
vor 1 Jahr
Ray
90ec0d52e0
Reviewed filename
vor 1 Jahr
Ray
4f38830058
Some tweaks
vor 1 Jahr
Ray
ea590c44a9
REVIEWED: Camera redesign PR
vor 2 Jahren
Crydsch Cube
73989a4981
WIP rcamera redesign vector ( #2563 )
* core functionality CAMERA_FREE
* fix example
* add remaining camera modes
* add view bobbing
* view bobbing
* catch curser in SetCameraMode
* adjust examples
* fix compilation on linux
* fix example text_draw_3d
* actually fix text_draw_3d
* Updated camera API
* Improve Vector3RotateByAxisAngle() function
* remove camera.mode dependency from low-level functions
* remove camera.mode from struct
* fixes after rebase
* adjust examples for new UpdateCamera function
* adjust example models_loading_m3d
---------
Co-authored-by: Ray <raysan5@gmail.com>
vor 2 Jahren
Ray
e2a8066fca
Update year to 2023
vor 2 Jahren
Ray
b478364914
REVIEWED: Removed comment, fixes #2691
vor 2 Jahren
Ray
fb1037a241
ADDED: Complete support for M3D animations! #2648
vor 2 Jahren
Ray
23cc39a265
Implemented latest .M3D improvements #2648
vor 2 Jahren
Ray
f66b1a3136
REVIEWED: Support M3D file loading #2648
vor 2 Jahren
Ray
4a9391ae83
REVIEWED: examples descriptions
vor 2 Jahren
Ray
c1b01c0d5d
Added new comment to examples
vor 2 Jahren
Jeffery Myers
daeccd03ac
Fix VC warnings for examples ( #2085 )
vor 3 Jahren
raysan5
cf12992b6a
Remove trailing spaces
vor 3 Jahren
raysan5
f1659d78d3
Reviewed models examples paths
vor 3 Jahren
Ray
3d33c559e7
REVIEWED: Examples compilation
vor 3 Jahren
Ray
dcf52c132f
Remove trail spaces
vor 3 Jahren
Ray
07d82a91c5
WARNING: BREAKING: RENAMED: camera.type to camera.projection
vor 3 Jahren
raysan5
d38e01d186
Minor tweak
vor 4 Jahren
raysan5
3d41c1b6cd
Minor tweaks
vor 4 Jahren
raysan5
37a6f12037
Unload model shaders and textures
They are not automatically unloaded when unloading the model!
vor 5 Jahren
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
vor 5 Jahren
Ray
ddaa4a304d
Review contributor info
vor 5 Jahren
Ray
b525039e0a
Review ALL examples
vor 5 Jahren
Ray
92733d6695
BIG UPDATE: New models functions for animations!
Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models.
vor 5 Jahren
Ray
198a023527
First working version of IQM animations
Still a work in progress but it already works...
Current riqm API could be simplified...
vor 6 Jahren
Ray
971a7419ec
Start reviewing IQM loader...
vor 6 Jahren
culacant
b129ba09a6
fixed so it breaks
vor 6 Jahren
Ray
311d8b92f5
Upload IQM loader project -WIP-
vor 6 Jahren
Ray
a1d9c33995
Reviewed models and examples
vor 6 Jahren
Ray
1630597f08
Review OBJ loading example
Replaced old dwarf model
vor 6 Jahren
Ray
245704df72
Reviewed examples
vor 6 Jahren
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
vor 6 Jahren
Ray San
4cc12ef2b3
Review camera definition on examples
vor 6 Jahren
raysan5
9040526f17
Adapt to new materials system
vor 7 Jahren
Ray
dd4dd0e87d
Reorganize examples folder
vor 8 Jahren
raysan5
3876f19d6a
Corrected some issues on OpenGL ES
vor 8 Jahren
raysan5
5f7ac64c44
Removed function SetModelTexture()
It's more educational to go through new material system, so, I decide to
remove this function to avoid students confusion...
vor 8 Jahren
raysan5
d8bd8634ab
3d Camera: Added support for field-of-view Y
vor 9 Jahren
raysan5
183795b8aa
Review literals type
vor 9 Jahren
raysan5
35f1ebf9f3
Corrected model filenames
vor 9 Jahren
raysan5
e28fef6ee0
Reviewed examples
vor 9 Jahren
raysan5
ca402e9d36
New examples added (with some resources)
vor 9 Jahren
raysan5
8745d733f9
Replaced 3d model example resources
Cat replaced by dwarf
vor 9 Jahren
raysan5
51688c004c
Code cleaning, removed useless spaces
vor 10 Jahren
raysan5
5ecb6801fa
Examples renaming and test examples merge
Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder.
vor 10 Jahren
Ray
3a0d164a76
Rename ex07c_3d_models.c to models_obj_loading.c
vor 10 Jahren