OSArch Community

Jordans osl shader as boolean slice solution in blender

  1. S
  1. M

    Very, very cool @stephen_l - I'll look at adding it as an additional feature. I won't remove the Eevee shader though, since that works well in real-time, whereas a Cycles approach won't be. That would be very good for people to create explanatory diagrams.

  1. S

    Real-time alternatives may be

    • Turn osl scripts into first citizen shaders in blender's rendering pipeline (unlikely to occurs soon).

    • Offscreen open-gl processing using a custom glsl shader - if ever opengl support such kind of ray travel hits analysis. https://github.com/daign/clipping-with-caps/blob/master/js/shader.js

    • Create kind of blender mix node on c side that support such things out of the box. (trying to see if such approach is valid with a cycles dev)

Login or Register to reply.