Revision cd1f5056
Added by Leszek Koltunski almost 5 years ago
src/main/java/org/distorted/library/main/InternalOutputSurface.java | ||
---|---|---|
808 | 808 |
|
809 | 809 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
810 | 810 |
/** |
811 |
* When rendering this Node, should we use the Order Independent Transparency render more?
|
|
811 |
* When rendering this Node, should we use the Order Independent Transparency render mode?
|
|
812 | 812 |
* <p> |
813 | 813 |
* There are two modes of rendering: the fast 'normal' way, which however renders transparent |
814 | 814 |
* fragments in different ways depending on which fragments get rendered first, or the slower |
... | ... | |
823 | 823 |
|
824 | 824 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
825 | 825 |
/** |
826 |
* When rendering this Node, should we use the Order Independent Transparency render more?
|
|
826 |
* When rendering this Node, should we use the Order Independent Transparency render mode?
|
|
827 | 827 |
* <p> |
828 | 828 |
* There are two modes of rendering: the fast 'normal' way, which however renders transparent |
829 | 829 |
* fragments in different ways depending on which fragments get rendered first, or the slower |
Also available in: Unified diff
Yes! new commit, a fix to a comment :)