Hi all
what is the best way to make a landscape? using a bezier patches, or using a heigtmap?
(best way = fastest in real time rendering)
Hi all
what is the best way to make a landscape? using a bezier patches, or using a heigtmap?
(best way = fastest in real time rendering)
short answer: a heightmap is faster, since it uses linear interpolation, bezier uses cubic…
Thanks