raysan5
163339991c
Review heightmap example for raylib 1.8
7年前
raysan5
92729662f4
Additional path check
7年前
raysan5
2679c4ae9b
Review mesh loading and textures generation
7年前
raysan5
63fd96354e
Simplify a bit GenTexture*() functions
Still shader dependant, locations set should be moved out
7年前
raysan5
4c06725461
Removed useless functions
SetMaterialTexture() and UnsetMaterialTexture()... too shader
dependant...
7年前
raysan5
52cd5c6324
Corrected some issues
Corrected compilation for OpenGL 1.1
Review mesh data uploading to GPU
7年前
raysan5
0dabb2708b
Reorganized a couple of functions
7年前
raysan5
76c6f0b1e6
Working on PBR system
Moved PBR material loading to example, right decision?
7年前
Ray
e8b65422c4
Merge pull request #329 from define-private-public/328.shared-library-on-os-x
Able to make a .dylib for OS X
7年前
raysan5
d368403a13
Working on PBR materials, renamed some data
7年前
Benjamin N. Summerton
ba32d6a753
Able to make a .dylib for OS X
7年前
Ray
8f569e59b1
Review shared library generation
7年前
Ray
bf169f7f42
Added PBR required resources
7年前
raysan5
e893f3629e
Corrected some issues
7年前
Ray
6546474fa4
Manual integration of material-pbr into develop
7年前
Ray
025dab9907
Updated twitter address
7年前
raysan5
8ca8550739
Removed function reference
7年前
raysan5
013f80f3a3
Added command line compiling with MSVC
That's just a reference file, needs review
7年前
raysan5
53fbeeea71
Corected some issues with jar_xm
Problems when compiling with VS2015
Probably DEBUG(...) macro is not the best naming...
7年前
raysan5
36fcffeaae
Incremented version number for reference
7年前
raysan5
6589c808b5
Review some formatting for consistency
7年前
raysan5
5f0f87ecce
Added VS2015 raylib release files
7年前
raysan5
65cf3080a5
Review VS2015 projects configurations
7年前
raysan5
c04cb0a65e
Review TraceLog() usage
7年前
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
7年前
raysan5
bfa66f446a
Review raylib path on rpi
7年前
Ray
c949b74114
Merge pull request #315 from joeld42/obj-loader-fix
Fix for OBJ loading
7年前
Joel Davis
e0c95ede50
Prevent bogus triangle being added when there is whitespace at end of .OBJ file
7年前
Ray
83b4b13a2c
Merge pull request #314 from nounoursheureux/develop
Fix some typos (lenght -> length)
7年前
Wilhem Barbier
056a494baf
Fix some other typos
7年前
Wilhem Barbier
aba3739c13
Fix some typos in raymath.h
7年前
Ray
495b6d8883
Merge pull request #313 from nounoursheureux/develop
Removed an unwanted file and fixed an example
7年前
Wilhem Barbier
3c9aa780f9
Removed an unwanted file and fixed an example
7年前
Ray
5f5bd20f07
Merge pull request #312 from nounoursheureux/image_gen
Add a density parameter to GenImageRadialGradient
7年前
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
7年前
Ray
c3049a9b06
Merge pull request #311 from nounoursheureux/image_gen
Add more image generation functions: radial gradient and perlin noise
7年前
Ray
c51f63f661
Merge pull request #310 from nounoursheureux/save_image
Add the SaveImageAs function
7年前
Wilhem Barbier
3fe268d004
Swap the two parameters
7年前
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
7年前
Wilhem Barbier
954757532a
Add the SaveImageAs function
7年前
Ray
92ca68aac8
Merge pull request #309 from nounoursheureux/image_gen
Add some image generation functions
7年前
Wilhem Barbier
fcd13fd5d2
Add some functions to generate images
Namely:
- GenImageHorizontalV
- GenImageHorizontalH
- GenImageChecked
- GenImageWhiteNoise
- GenImageCellular
The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
7年前
Ray
c46abd34d4
Merge pull request #305 from jubalh/mesondepv
Add version info to glfw dependency
7年前
Michael Vetter
03c4ed6b3f
Add version info to glfw dependency
glfwSetWindowMonitor and some other functions are only available from 3.2
onwards.
7年前
Ray
8c1f32f2fe
Additional check on file open
7年前
Ray
eee8393eb0
Merge pull request #303 from jubalh/mesongnu
Meson: use gnu99
7年前
Ray
5370fe18e0
Additional check for bool header definition
7年前
Michael Vetter
4fad1607ed
Meson: use gnu99
We use variable init in for loops, so need c99.
7年前
Ray
4b1bc7f65e
Merge pull request #301 from jubalh/time
Add define to have CLOCK_MONOTONIC work in c99
7年前
Michael Vetter
272073785f
Add define to have CLOCK_MONOTONIC work in c99
If we compile with c99 without gnu extensions (gnu99) we need this
define, to have CLOCK_MONOTONIC and similar macros available
7年前