Project

General

Profile

« Previous | Next » 

Revision 350cc2f5

Added by Leszek Koltunski over 7 years ago

Make the WAVE effect 5D (extra parameter 'offset')

View differences:

src/main/java/org/distorted/library/DistortedCubes.java
102 102

  
103 103
///////////////////////////////////////////////////////////////////////////////////////////////////
104 104
/**
105
 * Convenience constructor
105
 * Convenience constructor.
106 106
 */
107 107
 public DistortedCubes(int cols, String desc, int gridSize)
108 108
   {
......
114 114
 * Copy constructor.
115 115
 *
116 116
 * @param dc Object to copy
117
 * @param flags {@see DistortedObject#DistortedObject(DistortedObject,int)}
117
 * @param flags see {@see DistortedObject#DistortedObject(DistortedObject,int)}
118 118
 */
119 119
 public DistortedCubes(DistortedCubes dc, int flags)
120 120
   {

Also available in: Unified diff