Created Light source values (markdown)

Schnappy 2021-07-03 11:39:45 +02:00
parent 1de7d239d1
commit 30a2f96946
1 changed files with 17 additions and 0 deletions

17
Light-source-values.md Normal file

@ -0,0 +1,17 @@
## Neutral value
The neutral value for these is RGB = 128,128,128.
## Background color
This is the solid color that will be used behind the geometry. It can be thought of as kind of the sky color.
Setting the horizon color in Blender will set this background color.
## Back color - Ambient color
`BK` in psx term, it's equivalent to Blender's ambient color.
Lower values will result in stronger shadows.
## Far color - Fog color
`FC` can be thought of as the PSX's fog color. It can be set in the [engine's `include/defines.h`](https://github.com/ABelliqueux/3dcam-headers/blob/master/include/defines.h) file for now, and will be the same for every level.