Project

General

Profile

« Previous | Next » 

Revision 015642fb

Added by Leszek Koltunski almost 8 years ago

Cleanup.

View differences:

src/main/java/org/distorted/library/DistortedNode.java
353 353
 *     
354 354
 * @param node The DistortedNode to copy data from.
355 355
 * @param flags bit field composed of a subset of the following:
356
 *        {@link Distorted#CLONE_BITMAP},  {@link Distorted#CLONE_PRESHADER}, {@link Distorted#CLONE_VERTEX},
356
 *        {@link Distorted#CLONE_BITMAP},  {@link Distorted#CLONE_MATRIX}, {@link Distorted#CLONE_VERTEX},
357 357
 *        {@link Distorted#CLONE_FRAGMENT} and {@link Distorted#CLONE_CHILDREN}.
358 358
 *        For example flags = CLONE_BITMAP | CLONE_CHILDREN.
359 359
 */

Also available in: Unified diff