Skip to content

MrDiver/ShadingExperiments-Raylib

Repository files navigation

Shading Experiments

1. Phong Shader

The Phong shading technique is build on a basis of relatively simple mathematics. In the following pictures you can see a demonstration what Phong shading can look like.

dark background with four lit spheres Flying spheres with red lighting and checkerboard texture


Configuration

# Getting the Project ready
git clone https://github.com/MrDiver/ShadingExperiments-Raylib.git
cd ShadingExperiments-Raylib
mkdir build
cmake ..
make

Running the Project

# Running the project
./dist/rlProgram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published