Skip to content

Cube Map to Sphere/Equirectangular Map Converter

Notifications You must be signed in to change notification settings

silenterus/cube-to-sphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cube to Sphere

Description

A simple command line tool to convert from a 6-image cube map to a single image HDR equirectangular projection (sphere map). Primarily created to generate the basis for IBL (image based lighting) specular and diffuse environment maps based off of existing non-HDR skyboxes.

Very Long Term Future Plans

  • Graphical Interface
  • Sphere to Cube as well as Cube to Sphere conversions
  • Built in IBL post processing

Dependencies

  • GLFW
  • GLew
  • GLM
  • STB Image
  • STB Image Write

References

About

Cube Map to Sphere/Equirectangular Map Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.6%
  • C++ 14.4%
  • Other 1.0%