diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-03-24 16:17:16 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-03-24 16:17:49 -0300 |
commit | cbad0440ab078e72fcd5af50fa800d9720fb7761 (patch) | |
tree | 934bcbddc04bf9acaa195831442945a9b6d9bd8b /demos/2d/normalmaps | |
parent | ba194115bc3e450ac653191b2fc52b89417ddc28 (diff) |
2D normal mapping and lighting simple demos
Diffstat (limited to 'demos/2d/normalmaps')
-rw-r--r-- | demos/2d/normalmaps/diffuse.jpg | bin | 0 -> 535660 bytes | |||
-rw-r--r-- | demos/2d/normalmaps/diffuse.png | bin | 0 -> 2392221 bytes | |||
-rw-r--r-- | demos/2d/normalmaps/engine.cfg | 4 | ||||
-rw-r--r-- | demos/2d/normalmaps/light.png | bin | 0 -> 243776 bytes | |||
-rw-r--r-- | demos/2d/normalmaps/normal.png | bin | 0 -> 2301245 bytes | |||
-rw-r--r-- | demos/2d/normalmaps/normal_material.res | bin | 0 -> 503 bytes | |||
-rw-r--r-- | demos/2d/normalmaps/normalmap.scn | bin | 0 -> 2450 bytes |
7 files changed, 4 insertions, 0 deletions
diff --git a/demos/2d/normalmaps/diffuse.jpg b/demos/2d/normalmaps/diffuse.jpg Binary files differnew file mode 100644 index 0000000000..87bc9cf158 --- /dev/null +++ b/demos/2d/normalmaps/diffuse.jpg diff --git a/demos/2d/normalmaps/diffuse.png b/demos/2d/normalmaps/diffuse.png Binary files differnew file mode 100644 index 0000000000..634d955f8d --- /dev/null +++ b/demos/2d/normalmaps/diffuse.png diff --git a/demos/2d/normalmaps/engine.cfg b/demos/2d/normalmaps/engine.cfg new file mode 100644 index 0000000000..3fc2048716 --- /dev/null +++ b/demos/2d/normalmaps/engine.cfg @@ -0,0 +1,4 @@ +[application] + +name="2D Normal Mapping" +main_scene="res://normalmap.scn" diff --git a/demos/2d/normalmaps/light.png b/demos/2d/normalmaps/light.png Binary files differnew file mode 100644 index 0000000000..9568298086 --- /dev/null +++ b/demos/2d/normalmaps/light.png diff --git a/demos/2d/normalmaps/normal.png b/demos/2d/normalmaps/normal.png Binary files differnew file mode 100644 index 0000000000..d5b3d53a24 --- /dev/null +++ b/demos/2d/normalmaps/normal.png diff --git a/demos/2d/normalmaps/normal_material.res b/demos/2d/normalmaps/normal_material.res Binary files differnew file mode 100644 index 0000000000..34129cccdc --- /dev/null +++ b/demos/2d/normalmaps/normal_material.res diff --git a/demos/2d/normalmaps/normalmap.scn b/demos/2d/normalmaps/normalmap.scn Binary files differnew file mode 100644 index 0000000000..ab737e83f3 --- /dev/null +++ b/demos/2d/normalmaps/normalmap.scn |