Skip to content

Render object mods

Christopher Tenter requested to merge RenderObjectMods into master

Scenegraph nodes can attach/detach mods for RenderObjects to a renderer when the traversal enters/leaves the node. Mods are applied to any object emitted within the node subtree.

ClippingNode makes use of it to add slicing code to the shaders.

fix issue #65 (closed)

Merge request reports