fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.39k stars 1.39k forks source link

Make FOV Configurable #242 #243

Closed SarahCosmosys closed 4 years ago

SarahCosmosys commented 4 years ago

FOV is now configurable from config.h. There are two preprocessor definitions, FOVY is responsible for the normal FOV, and FOVY_ZOOM is the FOV when zooming.

This fixes issue #242

SarahCosmosys commented 4 years ago

I forked this repository originally intending to just make some changes I saw fit. However, upon noticing the fact that pull requests haven't been merged in a while I decided to instead use the fork to revive the project on my own time. I can probably delete this pull request as it has now accumulated a few more commits then intended.

ignacionr commented 4 years ago

You may want to investigate branching on git. When you create a branch, and then publish a PR from it, your other branches may still keep up with changes that are unrelated. It may help.