Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 667 Bytes

Description

Virtual texturing implementation for three.js (r129 up to now).

Usage

See code in index.html and examples/

Demo

http://mbredif.github.io/virtual-texturing

Issues

  • Resizing window breaks the app. fixed
  • Inconsistent tiles when zooming out (after zooming in). fixed
  • Tries to fetch non-existent tiles. fixed
  • tile eviction strategy is suboptimal.
  • TODO: trilinear filtered sampling of the virtual texture (shows linear 2D filtering of best loaded level for now).

Released with MIT License.