Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.05 KB

README_En.md

File metadata and controls

45 lines (33 loc) · 1.05 KB

Introduction

This shader allows for simple shading of models. There are normal shaders, phong shaders, UV texture shaders, bump maps and displacement maps.

Requirements

You don't need to configure any libraries or dependencies, just move all the files in the DLL file to your workspace directory.And then click exe file. You will find a colorful calf. Model files and texture files are pre-prepared. You can also use other models or textures if you like.

Usage

  • Normal Shader(Default)
.\Rasterizer.exe normal

avatar

  • Phong Shader
.\Rasterizer.exe phong

avatar

  • Texture Shader
.\Rasterizer.exe texture

avatar

  • Bump Shader
.\Rasterizer.exe bump

avatar

  • Displament Map
.\Rasterizer.exe displacement

avatar

  • Press A:rotate the model to the left
  • Press D:rotate the model to the right
  • Press Esc:exit the program