Advertisement

Merge operation for binary triangle trees

Started by May 27, 2017 04:50 PM
-1 comments, last by george7378 7 years, 8 months ago

Hi everyone,

im looking st the following article for creating terrain with a binary triangle tree:

https://www.gamedev.net/resources/_/technical/graphics-programming-and-theory/binary-triangle-trees-and-terrain-tessellation-r806#

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!

This topic is closed to new replies.

Advertisement