Skip to content

Commit

Permalink
first commit - updated readme
Browse files Browse the repository at this point in the history
move examples / starting points from learningGLSL repo
  • Loading branch information
Matthew Ragan committed Mar 21, 2018
1 parent f3f23b3 commit 17ec6c1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
@@ -1,2 +1,23 @@
# touchdesigner-deferred-lighting
# TouchDesigner Deferred Lighting
A look at how to accomplish deferred lighting in TouchDesigner 099

## Contributing Programers / Artists ##

**Matthew Ragan** |[ matthewragan.com ](http://matthewragan.com)
**Mike Walczyk** |[ michaelwalczyk.com ](http://www.michaelwalczyk.com/)

## TouchDesigner Version ##
All work in this repo is being done in TouchDesigner 099.

There's a change in some of how glsl is used in 099 vs. 088. If you've done some GL work in 088, and are just moving over to 099 it's worth taking a look at:

*[Write a GLSL TOP](https://www.derivative.ca/wiki099/index.php?title=Write_a_GLSL_TOP)
* [Write a GLSL Material](https://www.derivative.ca/wiki099/index.php?title=GLSL_Material_Writing_Guide)

To learn more about TouchDesigner vist [Derivative.ca](http://derivative.ca/)
To learn more about OpenGL visit [www.khronos.org](https://www.khronos.org/opengl/)

## Overview ##
This repo looks to specifically address ideas about deferred lighting as a practice in TouchDesigner.

Many thanks to Mike for his continual help as I ask questions about all things GLSL. Especially his contrabution of a look at deferred lighting in TouchDesigner.
Binary file added base_deferred_lighting_example.tox
Binary file not shown.
Binary file added base_deferred_practice_conelights.tox
Binary file not shown.
Binary file added base_deferred_practice_pointlights.tox
Binary file not shown.
Binary file not shown.
Binary file added forum_ref_networks/DeferredShading.toe
Binary file not shown.
Binary file added forum_ref_networks/deferredTests.2.toe
Binary file not shown.
7 changes: 7 additions & 0 deletions forum_ref_networks/readme.md
@@ -0,0 +1,7 @@
This work is not my own, and is here only to provide access to shared tehcniques posted on the TouchDesigner forum.

DeferredShading.toe - posted by malcolm http://www.derivative.ca/Forum/viewtopic.php?f=20&t=658&hilit=deferred+render#p1870
deferredTests.2.toe - poseted by archo-p http://www.derivative.ca/Forum/viewtopic.php?f=20&t=658&hilit=deferred+render#p30163

ref networks from TouchDerigner forum thread:
http://www.derivative.ca/Forum/viewtopic.php?f=20&t=658&hilit=deferred+render

0 comments on commit 17ec6c1

Please sign in to comment.