Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 579 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 579 Bytes

UnityShaders

  • TCL987/3D/Side-By-Side
    • Used for Side-By-Side 3D video where the left and right eye are packed horizontally.
    • This assumes the video has the left eye on the left, check "Swap-Eyes" if the depth is reversed.
  • TCL987/3D/Over-Under
    • Used for Over-Under 3D video where the left and right eye are packed vertically.
    • This assumes the video has the left eye on the top, check "Swap-Eyes" if the depth is reversed.
  • TCL987/3D/Toggleable OU SBS
    • Allows you to switch between Side-By-Side and Over-Under modes using a toggle instead of a material swap.