Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.32 KB

File metadata and controls

38 lines (24 loc) · 1.32 KB

ModelViewer

A ModelViewer built based on LearnOpengl's guide, using C++, opengl and imgui.

Features

main

You can get a Blinn-Phong Model Rendering for your 3d model to view it.

Camera:

  • WASD for close-far and left-right movement
  • Mouse drag for rotation
  • Mouse scroll for zoom
  • pause for ignoring the input of camera

Rendering:

  • Blinn-Phong with one DirLight and two PointLights

Model:

You can import any model formats supported by assimp

An example model of Nashida(Genshin Impact) is already in opengl directory. You can customize it.

References