Marc Gilleron
|
1a08cd31d6
|
Use a macro to print debug stuff only in verbose mode
|
2020-07-08 20:48:52 +01:00 |
|
Marc Gilleron
|
b8c235fce3
|
Added preview nodes (has a few limitations, may fix them later)
|
2020-07-07 23:28:02 +01:00 |
|
Marc Gilleron
|
3deb90b467
|
Fix alignment problems causing crashes when nodes holding a pointers were used
|
2020-07-07 18:55:05 +01:00 |
|
Marc Gilleron
|
f73e566535
|
Added smoothstep
|
2020-04-05 19:53:07 +01:00 |
|
Marc Gilleron
|
9ce0ded22e
|
Added a bunch of operation types, untested
|
2020-03-20 00:21:09 +00:00 |
|
Marc Gilleron
|
4176894383
|
Editable default inputs
|
2020-03-08 19:23:48 +00:00 |
|
Marc Gilleron
|
a3b623ad3d
|
Optimize parts of the graph that only depend on X and Z, so they run in the outer loop
|
2020-02-29 22:35:55 +00:00 |
|
Marc Gilleron
|
a3b64c3983
|
A bit of reorganization:
- Merged VoxelGeneratorGraph::Node into ProgramGraph::Node
- Separated compilation and execution to its own class
|
2020-02-29 00:17:47 +00:00 |
|