lene / HyperspaceExplorer

Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time.
http://hyperspace-expl.sourceforge.net/
GNU General Public License v2.0
3 stars 0 forks source link

remove duplicate realms [sf#71] #97

Open lene opened 10 years ago

lene commented 10 years ago

porting the surfaces to realms allows to delete surfaces which border each other. simply loop over all realms and remove all equal pairs. this is particularly interesting for L-systems which I haven't implemented yet.

The Menger Sponge would profit too (potentially a lot). removing duplicate surfaces should be possible too.