Project

General

Profile

« Previous | Next » 

Revision b3618cb5

Added by Leszek Koltunski almost 8 years ago

Beginnings of support for PostShader effects (SavePNG, SaveMP4)

View differences:

src/main/java/org/distorted/library/DistortedNode.java
300 300
 *     
301 301
 * @param node The DistortedNode to copy data from.
302 302
 * @param flags bit field composed of a subset of the following:
303
 *        {@link Distorted#CLONE_BITMAP},  {@link Distorted#CLONE_MATRIX}, {@link Distorted#CLONE_VERTEX},
303
 *        {@link Distorted#CLONE_BITMAP},  {@link Distorted#CLONE_PRESHADER}, {@link Distorted#CLONE_VERTEX},
304 304
 *        {@link Distorted#CLONE_FRAGMENT} and {@link Distorted#CLONE_CHILDREN}.
305 305
 *        For example flags = CLONE_BITMAP | CLONE_CHILDREN.
306 306
 */

Also available in: Unified diff