Arthur Brainville (Ybalrid)
|
14d259f361
|
glview can now load static geometry modified by sparse accessor
|
2019-03-06 14:48:44 +00:00 |
|
Syoyo Fujita
|
c0d0251e2c
|
Update json.hpp to fix compilation with clang with C++17(-std=c++1z) support.
|
2019-02-04 16:19:13 +09:00 |
|
Arthur Brainville (Ybalrid)
|
215e1fae61
|
handle not having default scene
|
2019-01-27 20:52:04 +00:00 |
|
Arthur Brainville (Ybalrid)
|
cba75b9927
|
fix glview in case gltf asset doesn't have a default scene
|
2019-01-27 20:52:04 +00:00 |
|
Syoyo Fujita
|
a32fa80102
|
Add support for building glview with draco.
Fix out-of-bounds access when calling DrawMesh().
Fix potential out-of-bounds access when filling window title string.
|
2019-01-27 00:38:34 +09:00 |
|
Syoyo Fujita
|
7ae7110800
|
Begin supporting draco.
|
2019-01-19 03:03:22 +09:00 |
|
Tan Meng Yue
|
80a85af661
|
Fix bug in handling OS X build via CMake
The OS macros needs to be upper case for the
if statement to work as expected
|
2018-12-25 17:03:58 +11:00 |
|
Nicholas Yue
|
f1b5bb12fd
|
Add support for static GLFW3 library linking
|
2018-12-25 09:48:26 +11:00 |
|
Nicholas Yue
|
174334eaf4
|
Fix GLFW3 handling on CentOS
|
2018-12-25 09:15:13 +11:00 |
|
Tan Meng Yue
|
94fcfdeb9d
|
Added installation of headers and target binaries
|
2018-12-07 18:01:08 +11:00 |
|
Tan Meng Yue
|
2dcf79566f
|
Add CMake configuration for glview
So that we can build more of the examples consistently
with CMake
|
2018-12-05 23:56:23 +11:00 |
|
viperscape
|
764bcb5a8a
|
add win32 includes
|
2018-11-14 10:19:39 -05:00 |
|
viperscape
|
50ada7ff11
|
rework to include VS 2017 project, fully configured and tested
|
2018-11-14 10:15:58 -05:00 |
|
Peter Kovář
|
a645cfc840
|
Added include directory ../common/ for trackball.h
|
2018-10-17 15:29:56 +02:00 |
|
Syoyo Fujita
|
05a8d0bc52
|
Fix premake script.
|
2018-10-07 20:34:45 +09:00 |
|
Syoyo Fujita
|
b5a72a1ba2
|
Remove duplicated files.
|
2018-10-04 15:48:17 +09:00 |
|
Syoyo Fujita
|
7c8d4ed748
|
Added 'warning' message parameter to glTF loader API.
Asset loading failure messages(e.g. image file is missing) are now stored in `warning` message, not `error` message.
|
2018-07-27 16:49:10 +09:00 |
|
Syoyo Fujita
|
b09d660c38
|
Update premake script for glview example. Fixes #39.
|
2018-02-23 01:14:13 +09:00 |
|
Syoyo Fujita
|
584f8c0ddf
|
Add method for computing byteStride to Accessor struct.
This would fix issue #29.
|
2018-01-03 17:47:08 +09:00 |
|
Syoyo Fujita
|
0501a46612
|
Use C++11 flag.
|
2017-12-02 21:18:59 +09:00 |
|
Syoyo Fujita
|
d9d012a5df
|
Accessor.min and Accessor.max are now optional parameter.
Set BufferView.byteStride default value to 0(= tightly packed). Fixes #13.
|
2017-07-12 18:29:29 +09:00 |
|
Syoyo Fujita
|
168d0595ef
|
Remove Accessor.byteStride.
|
2017-07-03 00:56:16 +09:00 |
|
soma_arc
|
74a94f5068
|
Fix file/define/class name referenced in glview
|
2017-06-22 13:34:53 +09:00 |
|
Syoyo Fujita
|
5b40745f7a
|
Remove unused examples.
Refactor source code.
|
2017-06-04 17:42:41 +09:00 |
|
Syoyo Fujita
|
b083093db4
|
Show geomeric normal for mesh object.
|
2016-11-24 17:55:20 +09:00 |
|
Syoyo Fujita
|
6239faff48
|
Fix draw length for GL_LINES.
|
2016-11-24 17:41:44 +09:00 |
|
Syoyo Fujita
|
15eb9bdf67
|
Initial support of node hierarchy.
|
2016-11-24 03:10:02 +09:00 |
|
Syoyo Fujita
|
b15a26e357
|
Fix mouse button state management.
|
2016-11-23 21:41:53 +09:00 |
|
Syoyo Fujita
|
8598af65b0
|
Rename function.
|
2016-11-23 18:26:49 +09:00 |
|
Syoyo Fujita
|
67fa87c18d
|
Comented debug printf.
|
2016-11-23 18:22:04 +09:00 |
|
Syoyo Fujita
|
9e2f479270
|
Improve UI for one-button mouse.
|
2016-11-23 17:45:35 +09:00 |
|
Syoyo Fujita
|
ebce2521b2
|
Initial GL rendering support of curves primitive(render as GL_LINES).
|
2016-10-18 20:39:33 +09:00 |
|
Syoyo Fujita
|
8038965d33
|
Fix typo(extra -> extras)
Add some curves support to glview.
|
2016-10-17 20:00:19 +09:00 |
|
Syoyo Fujita
|
8317ffbe8a
|
Improve windows build.
Don't report error when `in_normal` is not used in the shader.
|
2016-06-11 16:10:39 +09:00 |
|
Syoyo Fujita
|
064d177448
|
Print warning when bufferView.target == 0.
|
2016-06-06 01:20:52 +09:00 |
|
Syoyo Fujita
|
b37b7de27c
|
Retinal display fix for glview.
|
2016-06-05 22:35:37 +09:00 |
|
Syoyo Fujita
|
beded611b7
|
Initial support of loading binary glTF(.glb).
|
2016-05-01 20:03:43 +09:00 |
|
Syoyo Fujita
|
523c9bfbc2
|
Apply cpplint.
Use Google C++ style.
|
2016-04-20 14:06:56 +09:00 |
|
Syoyo Fujita
|
bde7021b94
|
texture support.
|
2016-02-07 17:38:17 +09:00 |
|
Syoyo Fujita
|
ba26657a01
|
Use GLFW_INCLUDE_GLU
|
2015-12-21 11:48:32 +09:00 |
|
Syoyo Fujita
|
a4d26881cb
|
Initial commit.
|
2015-12-20 20:27:54 +09:00 |
|