Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pknowles/oit
Browse files Browse the repository at this point in the history
  • Loading branch information
pknowles committed Jan 15, 2016
2 parents 24b7479 + 58b861e commit 21b944b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Order-Independent Transparency (OIT)
===

An order-independent transparency demo framework, including optimizations and benchmark support. With [published strategies](http://heuristic42.com/research/) for fast sorting, this demo shows performance improvements over the basic per-pixel linked lists method of up to a factor of 5 or more.
An order-independent transparency demo framework, including optimizations and benchmark support. With [published strategies](http://www.heuristic42.com/users/4/pknowles/about/) for fast sorting, this demo shows performance improvements over the basic per-pixel linked lists method of up to a factor of 5 or more.

NOTE: I haven't had time to prettify everything (I won't argue with people calling the code a mess).
There are makefiles for **gcc/Fedora 20** and solution/project files tested with **vs2013/Windows 7**.

A little description of OIT and this code is here: http://heuristic42.com/opengl/oit/
A little description of OIT and this code is here: http://www.heuristic42.com/5/opengl/oit/

This code, and the LFB depndency, is the source code for
*Efficient Layered Fragment Buffer Techniques* (well, updated source),
*Backwards Memory Allocation and Improved OIT* and
*Fast Sorting for Exact OIT of Complex Scenes* found [here](http://heuristic42.com/research/).
*Fast Sorting for Exact OIT of Complex Scenes* found [here](http://www.heuristic42.com/users/4/pknowles/about/).

This project requires the following two to be in the same directory. I.e. `/path/oit/`, `/path/lfb/` and `/path/pyarlib`.

Expand Down

0 comments on commit 21b944b

Please sign in to comment.