mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-23 05:15:28 -04: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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### 12-lod
|
||||||
|
Mesh LOD transitions.
|
||||||
|
|
||||||
|
### 13-stencil
|
||||||
|
Stencil reflections and shadows.
|
||||||
|
|
||||||
|
### 14-shadowvolumes
|
||||||
|
Shadow volumes.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -384,8 +393,11 @@ Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Garett Bass ([@gtbass](https://github.com/gtbass)) - OSX port.
|
Garett Bass ([@gtbass](https://github.com/gtbass)) - OSX port.
|
||||||
Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and examples.
|
Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and
|
||||||
Milos Tosic ([@milostosic](https://github.com/milostosic)) - LOD example.
|
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
|
When contributing to the bgfx project you must agree to the BSD 2-clause
|
||||||
licensing terms.
|
licensing terms.
|
||||||
|
|
Loading…
Reference in a new issue