FlaxEngine / FlaxEngine

Flax Engine – multi-platform 3D game engine
https://flaxengine.com
Other
5.67k stars 553 forks source link

Allow user to write custom Shader for custom Shading Model #1625

Open TheOmnisimush opened 11 months ago

TheOmnisimush commented 11 months ago

Issue description: Currently Flax allows user to write Custom Shader for PostProcess, Compute Shader. It will be great if Flax allows user to write their own Shading Model, so users do not have to depend on Flax Devs when they need something different from the built-in features. image

Flax version: 1.6.6344

HydrogenC commented 6 months ago

As a workaround, maybe add more custom control such as allow specifying custom stencil operations, depth methods and add more blend options in the material editor (like unity). This might simplify the creation of some vfx.