for my MARCH Thesis I am working on an interactive installation. I have a grid which gets distorted based on visitors movement.I want to know How I can get interactive render in grasshoppers without baking geometries. so I can project that interactive render into plexiglass glass .
I already tried custom preview, but it doesn’t work with lines .
you will have a geometry (y) sent out to Rhino environment with a fixed GUID** (x).
It just “mindlessly” delete any previous geometry with that specific guid and “bake” a new geometry.
It doesn’t work with lists. It’s just an example.
It should work with any geometry, but I suggest you to avoid it using surfaces/polysurfaces/breps as rhino will do the meshing every time and that will slow down the solution.