Revision 015642fb
Added by Leszek Koltunski over 9 years ago
| src/main/java/org/distorted/library/DistortedObject.java | ||
|---|---|---|
| 28 | 28 |
import org.distorted.library.type.Data2D; |
| 29 | 29 |
import org.distorted.library.type.Data3D; |
| 30 | 30 |
import org.distorted.library.type.Data4D; |
| 31 |
import org.distorted.library.type.Static2D; |
|
| 32 | 31 |
import org.distorted.library.type.Static3D; |
| 33 | 32 |
|
| 34 | 33 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| ... | ... | |
| 79 | 78 |
|
| 80 | 79 |
protected void initializeEffectLists(DistortedObject d, int flags) |
| 81 | 80 |
{
|
| 82 |
if( (flags & Distorted.CLONE_PRESHADER) != 0 )
|
|
| 81 |
if( (flags & Distorted.CLONE_MATRIX) != 0 )
|
|
| 83 | 82 |
{
|
| 84 | 83 |
mM = d.mM; |
| 85 | 84 |
matrixCloned = true; |
Also available in: Unified diff
Cleanup.