[Algorithms] Maximum Distance Point To AABB
Brought to you by:
vexxed72
From: Joe A. <jo...@ti...> - 2000-07-31 21:42:18
|
Hi, For my terrain engine texture synthesizer, I want to dynamically load the mipmap levels only when they are needed and delete them when they are not needed anymore. The terrain is subdivided into little chunks which all have their own texture. So I would like to find out the minimum and maximum Distance from a point to the AABB enclosing the terrain chunk. The minimum distance was easy, but how do I get the maximum distance to the AABB? Thanks in advance. bye joe |