Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.33 KB

ofxEquidistantProjection

Build Status Build status

3D view screenshot2

Rendered texture (domemaster format) screenshot2

openFrameworks addon for equidistant projection (hemisphere mapping, domemaster for planetarium material)

Based on this paper (Japanese)

TODO

  • check on Windows platform
  • reconsider about naming, maybe ofxEquidistantCam? or ofxEisheyeCam?
  • consider about pull request against ofxDomemaster (https://github.com/charlesveasey/ofxDomemaster)
  • add Inv-equidistant projection shader which convert 2D texture data to 3D point data.

DONE

  • add GL2 shader
  • add GL3 shader
  • add geometry shader for polygon/line interporation

Cubemap VS ofxEquidistantProjection

Cubemap, rendered with another addon cubemap

ofxEquidistantProjection, rendered with this addon ofxEquidistantProjection