mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Updated README.
This commit is contained in:
parent
0c7714b4c9
commit
cc84bb03e2
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -101,6 +101,15 @@ Use a single distance field font to render text of various size.
|
|||
|
||||
![example-11-fontsdf](https://github.com/bkaradzic/bgfx/raw/master/examples/11-fontsdf/screenshot.png)
|
||||
|
||||
### 12-lod
|
||||
Mesh LOD transitions.
|
||||
|
||||
### 13-stencil
|
||||
Stencil reflections and shadows.
|
||||
|
||||
### 14-shadowvolumes
|
||||
Shadow volumes.
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
|
@ -384,8 +393,11 @@ Contributors
|
|||
------------
|
||||
|
||||
Garett Bass ([@gtbass](https://github.com/gtbass)) - OSX port.
|
||||
Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and examples.
|
||||
Milos Tosic ([@milostosic](https://github.com/milostosic)) - LOD example.
|
||||
Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and
|
||||
examples.
|
||||
Milos Tosic ([@milostosic](https://github.com/milostosic)) - 12-lod example.
|
||||
Dario Manesku ([@dariomanesku](https://github.com/dariomanesku) - 13-stencil,
|
||||
14-shadowvolumes
|
||||
|
||||
When contributing to the bgfx project you must agree to the BSD 2-clause
|
||||
licensing terms.
|
||||
|
|
Loading…
Reference in a new issue