mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Updated README.
This commit is contained in:
parent
8f56c5a120
commit
e125cb0c20
7 changed files with 10 additions and 2 deletions
|
@ -124,6 +124,13 @@ Shadow volumes.
|
||||||
|
|
||||||
![example-16-shadowmaps](https://github.com/bkaradzic/bgfx/raw/master/examples/16-shadowmaps/screenshot.png)
|
![example-16-shadowmaps](https://github.com/bkaradzic/bgfx/raw/master/examples/16-shadowmaps/screenshot.png)
|
||||||
|
|
||||||
|
### 17-drawstress
|
||||||
|
Draw stress, maximizing number of draw calls.
|
||||||
|
|
||||||
|
### 18-ibl
|
||||||
|
Image based lighting.
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -414,7 +421,7 @@ Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and
|
||||||
examples.
|
examples.
|
||||||
Milos Tosic ([@milostosic](https://github.com/milostosic)) - 12-lod example.
|
Milos Tosic ([@milostosic](https://github.com/milostosic)) - 12-lod example.
|
||||||
Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil,
|
Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil,
|
||||||
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps
|
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl
|
||||||
|
|
||||||
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.
|
||||||
|
|
|
@ -21,5 +21,6 @@ rebuild:
|
||||||
@make -s --no-print-directory rebuild -C 15-shadowmaps-simple
|
@make -s --no-print-directory rebuild -C 15-shadowmaps-simple
|
||||||
@make -s --no-print-directory rebuild -C 16-shadowmaps
|
@make -s --no-print-directory rebuild -C 16-shadowmaps
|
||||||
@make -s --no-print-directory rebuild -C 17-drawstress
|
@make -s --no-print-directory rebuild -C 17-drawstress
|
||||||
|
@make -s --no-print-directory rebuild -C 18-ibl
|
||||||
@make -s --no-print-directory rebuild -C common/font
|
@make -s --no-print-directory rebuild -C common/font
|
||||||
@make -s --no-print-directory rebuild -C common/imgui
|
@make -s --no-print-directory rebuild -C common/imgui
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue