mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2024-11-21 20:29:59 +01:00
Merge branch 'master' of https://gitlab.com/drummyfish/raycastlib
This commit is contained in:
commit
1b31346351
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ features
|
|||
- Very **fast, small and efficient**.
|
||||
- Uses **only integer math** (32bit). The tiny version should only require 16bit, but isn't completed.
|
||||
- **No dependencies** (uses only stdint standard library), extremely portable.
|
||||
- **Single header**, KISS.
|
||||
- **Single header**, KISS, suckless.
|
||||
- Advanced rendering of **variable height floor and ceiling**.
|
||||
- **Textured walls and floor**.
|
||||
- **Depth information** (e.g. for fog or z-buffer rendering).
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef RCL_COMPUTE_CEILING_DEPTH
|
||||
#define RCL_COMPUTE_CEILING_DEPTH 1 /**< AS RCL_COMPUTE_FLOOR_DEPTH but for
|
||||
#define RCL_COMPUTE_CEILING_DEPTH 1 /**< As RCL_COMPUTE_FLOOR_DEPTH but for
|
||||
ceiling. */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue