Daniel Salvadori
|
1b502dec54
Merge pull request #115 from quillaja/issue-29-obj-default-mat
|
6 年 前 |
Daniel Salvadori
|
6f4ba47f53
Add precision qualifier to chart fragment shader
|
6 年 前 |
Daniel Salvadori
|
a2e3b3863c
Use different shader version depending on target architecture
|
6 年 前 |
Daniel Salvadori
|
b44649e46a
Implement WASM version of GLS API
|
6 年 前 |
Ben
|
63c77b3116
Merge branch 'issue-29-obj-default-mat' into issue-29a-no-groups
|
6 年 前 |
Ben
|
759b6c7e64
removed debug println()s
|
6 年 前 |
Ben
|
7bf6fdb912
added section to DecoderReader() to attempt to read materials from <obj_filename>.mtl
|
6 年 前 |
Ben
|
5c941e74cb
Merge branch 'issue-29-obj-default-mat' into issue-29a-no-groups
|
6 年 前 |
Ben
|
9351be513e
cleaned up some comments, improved some error messages.
|
6 年 前 |
Daniel Salvadori
|
cf98332151
Add precision qualifiers and fix floats
|
6 年 前 |
Daniel Salvadori
|
8168e57010
Adapt to WASM version
|
6 年 前 |
Daniel Salvadori
|
17e2b2f7ae
Remove unsafe pointer methods and make API consistent
|
6 年 前 |
Daniel Salvadori
|
48abed3aa8
Create OpenGL state when creating a window
|
6 年 前 |
Ben
|
24db742cfa
updated with parent branch
|
6 年 前 |
Ben
|
307c3a42f7
improved handling of material files
|
6 年 前 |
Ben
|
9c69e84aa8
added checks on Decoder.objCurrent to handle case if it's nil.
|
6 年 前 |
Daniel Salvadori
|
14d6b663b0
Prepare for build tag differentiation of implementations of IWindow, IWindowManager
|
6 年 前 |
Daniel Salvadori
|
95d9fbac66
Adapt to WASM version
|
6 年 前 |
Ben
|
340a2467df
streamlined error checking/handling. reduced 'changes' to original code. added default material defined in 1 location.
|
6 年 前 |
Ben
|
b9d38a1d72
might have gotten "default materials" for the cases when no material file can be found and when no materials are specified in the OBJ file.
|
6 年 前 |
Daniel Salvadori
|
9643172360
Merge pull request #112 from exploser/fix/options-flags-conflict
|
6 年 前 |
Pavel
|
2adf7a8d1e
Fix flags overwriting Options values
|
6 年 前 |
Daniel Salvadori
|
4916326d72
Merge pull request #111 from cove/parse-flags-only-when-enabled
|
6 年 前 |
cove
|
d1fdee183f
only parse flags if flags are enabled in an application
|
6 年 前 |
Daniel Salvadori
|
142f71da85
Merge pull request #110 from exploser/patch-1
|
6 年 前 |
Pavel Vasilev
|
cc8e77164f
Fix g3nshaders producint non-standard output
|
6 年 前 |
Julian Langschaedel
|
ca61923779
Fix blender v2.79 collada exports loading
|
7 年 前 |
Daniel Salvadori
|
2965961cd3
Fixed initial GUI root size
|
7 年 前 |
Daniel Salvadori
|
5fe5c9556f
implemented Vector2.InTriangle()
|
7 年 前 |
Daniel Salvadori
|
185beb174e
improved mesh API
|
7 年 前 |