summaryrefslogtreecommitdiffhomepage
path: root/examples/core/core_vr_simulator.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-12-13[rcore] Remove unused vScreenCenter (#3632)Matthew Oros
2023-09-07Remove PLATFORM_RPI (#3232)MichaelFiber
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]>
2023-02-14REVIEWED: Camera redesign PRRay
2023-02-14WIP rcamera redesign vector (#2563)Crydsch Cube
* 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 <[email protected]>
2023-01-01Update year to 2023Ray
2022-08-02Remove unneeded commentRay
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2022-04-24Fix for vr rendering not taking render target size into account (#2424)Maiko Steeman
2021-06-23Review BeginTextureMode() usageRay
Moved outside BeginDrawing()/EndDrawing() to illustrate drawing is happening to an external texture (not screen)
2021-04-22Remove trail spacesRay
2021-04-07Update core_vr_simulator.cRay
2021-04-07Update core_vr_simulator.cRay
2021-04-07Update core_vr_simulator.cRay
2021-04-06REDESIGNED: Vr stereo modeRay
2021-04-06Reviewed Vr stereoRay
2021-04-06REDESIGNED: Vr stereo renderingRay
2021-03-23[Examples] Warning fixes (pt 1) (#1668)Jeffery Myers
* Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]>
2021-03-20BIG CHANGE: REDESIGNED: Vr device simulator #1582Ray
Vr simulator has been moved to core module and completely redesigned. Now user is in charge of stereo-render fbo and also in full control of distortion shader. Code is a bit more complex but better aligned with other raylib examples.
2021-03-19WARNING: BREAKING: RENAMED: camera.type to camera.projectionRay
2020-08-16RENAMED: FormatText() -> TextFormat()raysan5
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
2019-05-29Define standard examples sizeRay
2019-05-27Review variables initializationRay
2019-05-20Review ALL examplesRay
2019-05-16Implement VR distortion shader for GLSL 100Ray
2019-04-11Review VR simulator mechanismRay
- No default VR device parameteres inside raylib - VR device parameter should be provided by user - VR distortion shader should be provided by user
2018-07-16Converted rlgl module in header-onlyRay
This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded! Also removed shader_distortion.h, embedded in rlgl.h
2018-05-04Renamed some functionsRay San
- Renamed Begin3dMode() --> BeginMode3D() - Renamed Begin2dMode() --> BeginMode2D() - Renamed End3dMode() --> EndMode3D() - Renamed End2dMode() --> EndMode2D()
2017-10-20Update exampleRay
2017-04-05Working on web examplesRay
2017-04-05Improve vr support and simulatorRay
2017-04-04Reorganize examples folderRay