Added screenshots.
This commit is contained in:
parent
bda65c2c0d
commit
5b21e87aff
12
README.md
12
README.md
@ -104,21 +104,33 @@ Initialization and debug text.
|
|||||||
### 01-cubes
|
### 01-cubes
|
||||||
Rendering simple static mesh.
|
Rendering simple static mesh.
|
||||||
|
|
||||||
|
![example-01-cubes](https://github.com/bkaradzic/bgfx/blob/master/examples/01-cubes/screenshot.png)
|
||||||
|
|
||||||
### 02-metaballs
|
### 02-metaballs
|
||||||
Rendering with transient buffers.
|
Rendering with transient buffers.
|
||||||
|
|
||||||
|
![example-02-metaballs](https://github.com/bkaradzic/bgfx/blob/master/examples/02-metaballs/screenshot.png)
|
||||||
|
|
||||||
### 03-raymarch
|
### 03-raymarch
|
||||||
Updating shader uniforms.
|
Updating shader uniforms.
|
||||||
|
|
||||||
|
![example-03-raymarch](https://github.com/bkaradzic/bgfx/blob/master/examples/03-raymarch/screenshot.png)
|
||||||
|
|
||||||
### 04-mesh
|
### 04-mesh
|
||||||
Loading OpenCTM meshes.
|
Loading OpenCTM meshes.
|
||||||
|
|
||||||
|
![example-04-mesh](https://github.com/bkaradzic/bgfx/blob/master/examples/04-mesh/screenshot.png)
|
||||||
|
|
||||||
### 05-instancing
|
### 05-instancing
|
||||||
Geometry instancing.
|
Geometry instancing.
|
||||||
|
|
||||||
|
![example-05-instancing](https://github.com/bkaradzic/bgfx/blob/master/examples/05-instancing/screenshot.png)
|
||||||
|
|
||||||
### 06-bump
|
### 06-bump
|
||||||
Loading textures.
|
Loading textures.
|
||||||
|
|
||||||
|
![example-06-bump](https://github.com/bkaradzic/bgfx/blob/master/examples/06-bump/screenshot.png)
|
||||||
|
|
||||||
Internals
|
Internals
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
BIN
examples/01-cubes/screenshot.png
Normal file
BIN
examples/01-cubes/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
examples/02-metaballs/screenshot.png
Normal file
BIN
examples/02-metaballs/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
examples/03-raymarch/screenshot.png
Normal file
BIN
examples/03-raymarch/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
examples/04-mesh/screenshot.png
Normal file
BIN
examples/04-mesh/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
examples/05-instancing/screenshot.png
Normal file
BIN
examples/05-instancing/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
BIN
examples/06-bump/screenshot.png
Normal file
BIN
examples/06-bump/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
4
makefile
4
makefile
@ -43,8 +43,8 @@ nacl-release64:
|
|||||||
nacl: nacl-debug32 nacl-release32 nacl-debug64 nacl-release64
|
nacl: nacl-debug32 nacl-release32 nacl-debug64 nacl-release64
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
doxygen premake/bgfx.doxygen
|
# doxygen premake/bgfx.doxygen
|
||||||
upskirt readme.md > .build/docs/readme.html
|
markdown README.md > .build/docs/readme.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo Cleaning...
|
@echo Cleaning...
|
||||||
|
Loading…
Reference in New Issue
Block a user