Skip to content
View kosteekX3D's full-sized avatar

Highlights

  • Pro

Block or report kosteekX3D

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 3 BYTE TANGENT FRAMES + bitmask arra... 3 BYTE TANGENT FRAMES + bitmask array for TBN sign. Doom Eternal 2020
    1
    ## 3-Byte Tangent Frame Encoding (Doom Eternal 2020)
    2
    
                  
    3
    This method stores a full TBN frame using just **3 bytes per vertex** (plus a bitfield), instead of the traditional 28 bytes (normal: `vec3`, tangent: `vec4`). It leverages octahedral encoding for normals and a rotation angle for tangent reconstruction.
    4
    
                  
    5
    ### Motivation
  2. Pathfinder Pathfinder Public archive

    Modern Vulkan Renderer.

    C++ 3

  3. NSU_DB NSU_DB Public

    NSU Databases. C++/ImGui/PGFE

    C++