evan69 / Panorama

[Real Time Graphic Course 2017] simple procedure to display a cylindrical panorama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panorama

1.Programmed with OpenGL

A simple procedure to display cylindrical panorama

2.Version Infomation:

  • Visual C/C++:Visual C++ 12.0
  • openGL:
    • gl.h: 3.3.0
    • glu.h: 1.2.2.0

Please compile the source file with OpenGL in proper version.

3.Usage:

  • press A to turn left a little

  • press D to turn right a little

  • press Esc to quit

Some other thing:

There is a strange thing that Cubic convolution interpolation does worse than Bilinear Interpolation as for "hw.bmp" in the repository. Who can explain this?

About

[Real Time Graphic Course 2017] simple procedure to display a cylindrical panorama


Languages

Language:C++ 89.0%Language:C 11.0%