brunoherbelin
|
c1b76de6e0
|
Creation and deletion of sources, loading and new session. Cleanup code
and prevent crash on delete.
|
2020-05-09 00:56:37 +02:00 |
|
brunoherbelin
|
6101ecd086
|
Gui visitor for image procesing shader
|
2020-04-26 10:07:10 +02:00 |
|
brunoherbelin
|
551acf25b9
|
New Shader Image Processing
Cleanup shaders and add image processing shader for source
|
2020-04-25 23:58:49 +02:00 |
|
brunoherbelin
|
a2091adcd1
|
Adding various mesh
|
2020-04-13 16:23:18 +02:00 |
|
brunoherbelin
|
df6e2bbe63
|
Implementation of Mesh Primitive Node to draw geometries (replace OBJ).
|
2020-04-12 23:10:29 +02:00 |
|
brunoherbelin
|
bf953b328a
|
Using vec4 for color (adding alpha)
|
2020-04-11 22:30:19 +02:00 |
|
brunoherbelin
|
1e70d8f4e2
|
Implement mechanism to push & pop rendering attributes
|
2020-04-05 11:44:01 +02:00 |
|
brunoherbelin
|
fc256693dc
|
Creation of Switch Node, Fixed Primitives inheritance, and added
Blending to Shader.
|
2020-04-02 00:06:55 +02:00 |
|
brunoherbelin
|
37a6754de2
|
Extend mechanism of visitor for all important classes that has
attributes of a scene (for saving in XML, or other visitors)
|
2020-04-01 14:41:42 +02:00 |
|
brunoherbelin
|
2fc01e8435
|
Introducing scene graph
|
2020-03-31 17:01:33 +02:00 |
|
brunoherbelin
|
25ed6e5337
|
Shader refer to single instance of shading program to avoid duplicate in
GPU.
|
2020-03-29 09:56:56 +02:00 |
|
brunoherbelin
|
84734727a2
|
Simplified Shader (uniforms must be set at each use of a Shader, even if
they share the same program).
|
2020-03-29 00:54:44 +01:00 |
|
brunoherbelin
|
a36ec5ffeb
|
Redefine shading classes: glsl program is now separate from shader
class, which are derived to manage uniform variables.
|
2020-03-29 00:22:56 +01:00 |
|
brunoherbelin
|
ca0db135e7
|
Cleanup Media Player
|
2020-03-22 23:33:29 +01:00 |
|
brunoherbelin
|
0bba7a0a84
|
Complete refactoring
|
2020-03-22 12:22:36 +01:00 |
|