Hi everyone,
im looking st the following article for creating terrain with a binary triangle tree:
I understand the 'split' code in there but I was wondering if anyone could provide some similar pseudo code for the 'merge' operation that should happen when a triangle. I longer needs its two children?
Thanks very much!