cinnaboot
|
41c37773a4
|
inital structure for linear asset memory allocation
|
5 years ago |
cinnaboot
|
d128181d6b
|
add FIXME for mesh_group diffuse texture storage
|
5 years ago |
cinnaboot
|
af36fc9c82
|
add TODO for utilSafeFree()
|
5 years ago |
cinnaboot
|
1e01e4d667
|
I don't think it's needed to multiply by normal length in shader here
|
5 years ago |
cinnaboot
|
2f1bb4d47b
|
add more entities to render_groups example
|
5 years ago |
cinnaboot
|
ff0a676349
|
add note about GL_DEBUG_OUTPUT detection
|
5 years ago |
cinnaboot
|
33ae53ecb4
|
work on making multiple render_groups actually usable
|
5 years ago |
cinnaboot
|
db33593f17
|
add icospehere files to git LFS
|
5 years ago |
cinnaboot
|
1933186d6c
|
fix lighting bug in default shader
|
5 years ago |
cinnaboot
|
ef0eb6193b
|
condense example Makefile
|
5 years ago |
cinnaboot
|
3c19807b76
|
Merge branch 'master' of ssh://gitlab.com/cinnaboot/Tangerine
|
5 years ago |
cinnaboot
|
10f72bec14
|
clean up example Makefile
|
5 years ago |
cinnaboot
|
44acbc91cd
|
add aspect ratio option to cameraInitPerspective()
|
5 years ago |
cinnaboot
|
9e549fcb88
|
fix example makefile dependencies
|
5 years ago |
cinnaboot
|
ca151b5c77
|
add option to specify GL usage in initGLFloatBuffer()
|
5 years ago |
cinnaboot
|
d121c2472d
|
add interface to update simple_mesh
|
5 years ago |
cinnaboot
|
ef11271049
|
break out SDL_PollEvents() while loop to new function
|
5 years ago |
cinnaboot
|
e412f21c7e
|
add simple SDL input handling and callbacks
|
5 years ago |
cinnaboot
|
6be56bc532
|
expose SDL_Handles struct
|
5 years ago |
cinnaboot
|
dd0659c029
|
fix make bug when not using internal assimp
|
5 years ago |
cinnaboot
|
8ddd69a601
|
hopefully fix parallel Makefile dependencies
|
5 years ago |
cinnaboot
|
0e17858999
|
fix typo in examples Makefile
|
5 years ago |
cinnaboot
|
b2fd07e148
|
also update examples makefile for internal config.h
|
5 years ago |
cinnaboot
|
7ad31909e4
|
update Makefile for internal assimp config.h
|
5 years ago |
cinnaboot
|
ee7efd060e
|
add assimp target as depndency for examples
|
5 years ago |
cinnaboot
|
338addacca
|
update Makefile and build instructions
|
5 years ago |
cinnaboot
|
7676be82d4
|
add assimp target as optional dependancy of all
|
5 years ago |
cinnaboot
|
c246258bbd
|
update README
|
5 years ago |
cinnaboot
|
501cecaf28
|
add alternate library location for internal assimp
|
5 years ago |
cinnaboot
|
9c72c84404
|
Merge branch 'master' of ssh://gitlab.com/cinnaboot/Tangerine
|
5 years ago |
cinnaboot
|
522cb186e0
|
Merge branch 'master' of ssh://192.168.11.143:2223/home/gitweb/projects/Tangerine
|
5 years ago |
cinnaboot
|
787234c969
|
add option to build a recent version of assimp
fixes bug on fedora 33 where the default assimp version doesn't support
glTF2
|
5 years ago |
cinnaboot
|
3d947b1193
|
Add LICENSE
|
5 years ago |
cinnaboot
|
9b1d73e24f
|
add option to pass SDL init flags to renInint()
|
6 years ago |
cinnaboot
|
23c1ac5c85
|
Merge branch 'master' of ssh://192.168.11.143:2223/home/gitweb/projects/Tangerine
|
6 years ago |
cinnaboot
|
5de92d3f1e
|
add option to pass SDL init flags to renInit()
|
6 years ago |
cinnaboot
|
a05a546193
|
add option to pass SDL init flags to renInint()
|
6 years ago |
cinnaboot
|
ea1c5f7f9a
|
remove completed TODO:
|
6 years ago |
cinnaboot
|
1eb2a2c95e
|
add note about shader bug
|
6 years ago |
cinnaboot
|
14f2763d8c
|
forget to invert frametime from framerate
|
6 years ago |
cinnaboot
|
b793e737ba
|
add notes about cavity shader
|
6 years ago |
cinnaboot
|
37f8ad93d4
|
check for nullptr when freeing simple mesh
|
6 years ago |
cinnaboot
|
81cb24a2d8
|
don't forget to free meshes and shaders
|
6 years ago |
cinnaboot
|
397ec3ee68
|
enable world_transform in default shader path
|
6 years ago |
cinnaboot
|
c18bd7b51b
|
re-add world_transform
|
6 years ago |
cinnaboot
|
2c29fc8f69
|
remove more references to simple_render_object
|
6 years ago |
cinnaboot
|
5f21f1eb46
|
combine code paths for render_objects
|
6 years ago |
cinnaboot
|
db54b4b635
|
prepare codepath for default meshes/shaders
|
6 years ago |
cinnaboot
|
e7f80875d2
|
make SDL_Handles an opaque pointer for render_state
|
6 years ago |
cinnaboot
|
7a2bd633e5
|
use renDoRenderLoop() in hello_world example
|
6 years ago |