mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2024-11-23 20:49:57 +01:00
Update README.md
This commit is contained in:
parent
34367c4a22
commit
c0775f6489
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -44,10 +44,18 @@ features
|
|||
- Many compile-time options to tune the performance vs quality.
|
||||
- Well commented code.
|
||||
|
||||
**NOTE**: Backwards compatibility isn't a goal of this libraray. It is meant to
|
||||
be an as-is set of tools that the users is welcome to adjust for their
|
||||
specific project. So new features will be preferred to keeping the same
|
||||
interface.
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
- Transparency.
|
||||
- Transparency (conditional ray passing through).
|
||||
- Doors in the middle of squares.
|
||||
- Rolling doors for `RCL_renderComplex`.
|
||||
- Possibly merge all rendering functions into one.
|
||||
|
||||
license
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue