overte-HifiExperiments/interface
ZappoMan f415f4081a Fixed a bug in LOD boundaries
- changed the way we calculate whether or not to render a parent "average" voxel so
  that if any of it's most distant child would not be visible, then it's used instead
  of it's children
- added precalculated value for topFarLeft corner of AABox (optimization)
- changed VoxelSystem::newTreeToArrays() and VoxelTree::encodeTreeBitstreamRecursion()
  to use the same help function for determining this LOD boundary behavior
- deleted old dead code in voxel-server and VoxelTree for picking which node to start
  sending with, since it wasn't being used
- added VoxelNode::furthestDistanceToCamera() which tells you not the distance to the
  center of the voxel, but the distance from the camera to the furthest corner relative
  to the camera.
- added ViewFrustum::getFurthestPointFromCamera() which given an axis-aligned box will
  tell you which vertex of the box is furthest from the camera
2013-07-15 01:32:14 -07:00
..
external Merge pull request #634 from machinelevel/dev4 2013-07-10 18:05:03 -07:00
resources Added UI responsivness 2013-07-02 16:17:25 +02:00
src Fixed a bug in LOD boundaries 2013-07-15 01:32:14 -07:00
CMakeLists.txt Revert "link STK to interface" 2013-07-12 13:12:52 -07:00
interface.icns
InterfaceConfig.h.in