MiguelCastillo / scenic

Scene graph
MIT License
4 stars 0 forks source link

Add ability to link custom shader programs to a renderable node in the editor tree #6

Open MiguelCastillo opened 2 years ago

MiguelCastillo commented 2 years ago

Right now all shader programs are created and link automatically depending on the features needed to render a mesh from a list of predefined shaders.

But it would be great to be able to provide shaders programs in the configuration file directly and also be able to do such thing right in the scene editor. This will allow for lots of fun and flexibility without having to add shader files in the editor repo/code base.