cshesse
a6945cb852
fix possible bug in uniform sample code
ago%!(EXTRA string=5 years)
Sean Barrett
2c2908f505
update version numbers
ago%!(EXTRA string=6 years)
Sean Barrett
a0b521fcf2
no warnings when compiling /W3
...
compiling all test cases and compilers in test.sbm
Compilers:
32-bit:
VS2015
VS2013
VS2008
VC6 (1998)
clang-cl 9.0.1
64-bit
VS2015
clang-cl 9.0.1
ago%!(EXTRA string=6 years)
Sean Barrett
c963e40972
update version numbers
ago%!(EXTRA string=6 years)
Sean Barrett
5fe7fb52f2
various fixes for clang
...
also fix a comment typo
ago%!(EXTRA string=6 years)
Sean Barrett
63b59b46b0
update version numbers
ago%!(EXTRA string=6 years)
luz.paz
622b3adad3
Misc. comment typos
...
Found via `codespell -q 3`
ago%!(EXTRA string=7 years)
Sean Barrett
fd912b5d93
version number, doc tweaks
ago%!(EXTRA string=8 years)
Sean Barrett
e248e30954
change license to public-domain AND mit (based on twitter vote)
ago%!(EXTRA string=8 years)
guitarfreak
6a29bcf2a1
Update stb_voxel_render.h
ago%!(EXTRA string=9 years)
guitarfreak
5fcd181fae
Update stb_voxel_render.h
ago%!(EXTRA string=9 years)
guitarfreak
1a31473db8
Added block_selector
ago%!(EXTRA string=9 years)
Sean Barrett
6e4154737c
update version numbers, documentation, and contributors
ago%!(EXTRA string=9 years)
Craig Donner
ee6978cb68
Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.
ago%!(EXTRA string=9 years)
Craig Donner
49b65c0873
Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.
ago%!(EXTRA string=9 years)
Stephen Olsen
d113bea69a
typo in shader
...
Should be mat4 or mat4x4, not mat44
ago%!(EXTRA string=10 years)
James Hofmann
054d340c8c
fix spelling of "Hofmann"
...
Interesting factoid: my last name has four valid spellings. In Germany, the one I use is apparently the most common, while the other spellings are typical in the United States.
ago%!(EXTRA string=10 years)
Sean Barrett
9c3e9d63ea
add to contributor list
ago%!(EXTRA string=10 years)
Sean Barrett
6fe9dae224
bump stb_voxel_render version number
ago%!(EXTRA string=10 years)
Sean Barrett
6a45a88e0f
update "DMC doesn't accept struct initializer" patch to be VC6 compliant
ago%!(EXTRA string=10 years)
James Hofmann
b0d162d829
DMC doesn't accept struct initializer syntax
...
It expects constants. The long way compiles (but I haven't actually called this function yet)
ago%!(EXTRA string=10 years)
Ryan Whitworth
85d0adda25
Added public domain license text
ago%!(EXTRA string=10 years)
Sean Barrett
c1cb414bc6
stb_voxel_render.h version 0.82
ago%!(EXTRA string=10 years)
Sean Barrett
4ea7744980
fix incorrect tex_overlay2 handling
ago%!(EXTRA string=10 years)
Chris Friesen
9f23eb30be
Adds up and down checks to voxel render input.geometry
ago%!(EXTRA string=10 years)
Sean Barrett
aa89970d6b
stb_image.h: fix *comp value when loading PSDs
...
stb_voxel_render.h: fix STBVOX_CONFIG_OPTIMIZED_VHEIGHT
ago%!(EXTRA string=10 years)
Sean Barrett
7b72651134
add stb_voxel_render to standard compilation tests
ago%!(EXTRA string=10 years)
Sean Barrett
9534eb2e08
added input.packed_compact for storing most of the major 2/3-bit values in one byte
ago%!(EXTRA string=10 years)
Sean Barrett
75f69ce5ed
clarify what "largest memory usage" case of vheight is
ago%!(EXTRA string=10 years)
Sean Barrett
6685256560
change STBVOX_MAKE_LIGHTING to STBVOX_MAKE_LIGHTING_EXT so header file
...
doesn't have to see the config variables (although this way is actually
more bug prone since you can now use the wrong macro)
ago%!(EXTRA string=10 years)
Sean Barrett
e2b645e4d7
Add vheight documentation;
...
Add a missing vheight case;
Add STBVOX_CONFIG_VHEIGHT_IN_LIGHTING;
Fix broken STBVOX_CONFIG_ROTATION_IN_LIGHTING that was broken when I incompletely refactored the #define
ago%!(EXTRA string=10 years)
Sean Barrett
5c4ce8fdf7
add missing types to allow compiling as C++, and use less cache
ago%!(EXTRA string=10 years)
Thomas Frase
fbdaca8d2c
Added some missing ints to make the code compile as C++ with GCC.
...
Added a few missing consts to remove GCC warnings about deprecated
conversion from string constant to 'char*'
ago%!(EXTRA string=10 years)
Sean Barrett
cd1d05b389
voxel render 0.78; compile as C++, fix bad #else
ago%!(EXTRA string=10 years)
Sean Barrett
abf217de52
stb_voxel_render version 0.77
ago%!(EXTRA string=10 years)
Sean Barrett
fd62364d96
rename static-implementation define to STB_VOXEL_RENDER_STATIC for consistency
ago%!(EXTRA string=10 years)
Sean Barrett
26a342ba2e
documentation tweaks
ago%!(EXTRA string=10 years)
Sean Barrett
70eaad4a88
improve config macro documentation
...
clarify which config macros are required and which are optional
ago%!(EXTRA string=10 years)
Sean Barrett
081fd6945c
comment tweaks
ago%!(EXTRA string=10 years)
Sean Barrett
2cbeaa3001
bump to version 0.76; documentation, minor changes to texlerp, other input tweaks
ago%!(EXTRA string=10 years)
Jesus Fernandez
ebb3b475d7
Build fix
...
x, y, z members not found because stbvox_default_normals contains arrays not structs.
ago%!(EXTRA string=10 years)
Miguel Lechón
0ef28d6bb5
I like the word 'implementation'.
ago%!(EXTRA string=10 years)
Sean Barrett
0f52f6accc
note documentation failure; update README.md
ago%!(EXTRA string=10 years)
Sean Barrett
92de5ecbb2
youtube link
ago%!(EXTRA string=10 years)
Sean Barrett
3bb829574d
mostly documented
ago%!(EXTRA string=10 years)
Sean Barrett
9e5e19f5a3
various fixes
ago%!(EXTRA string=10 years)
Sean Barrett
28630fb253
various fixes
ago%!(EXTRA string=10 years)
Sean Barrett
0f8e471f7b
various voxel/caveview improvements
ago%!(EXTRA string=10 years)
Sean Barrett
0669a6659a
fixes for premultiplied alpha
ago%!(EXTRA string=10 years)
Sean Barrett
ba49d37e6a
premultiplied alpha support
ago%!(EXTRA string=10 years)