Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 369 Bytes

UnitVectorEncoding

Work-In-Progress compact Unit-Vector encoding from float3 to Octahedron (octant) form

  • Scalable memory footprint
    • 2-axis Octant encoding to Int8[2], Int16[2], Float16[2], Float32[2]
    • Trade-off precision for size and/or speed
  • Fast
    • TODO: Benchmarking

Potential uses

  • SDF (Signed Distance Field) geometry rendering and storage