Revision d3fc24b8
Added by Leszek Koltunski over 3 years ago
| src/main/java/org/distorted/bandaged/BandagedCreatorScreen.java | ||
|---|---|---|
| 25 | 25 |
import org.distorted.helpers.TransparentImageButton; |
| 26 | 26 |
import org.distorted.main.R; |
| 27 | 27 |
import org.distorted.main.RubikActivity; |
| 28 |
import org.distorted.objectlib.helpers.FactoryCubit; |
|
| 29 | 28 |
|
| 30 | 29 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 31 | 30 |
|
| ... | ... | |
| 91 | 90 |
@Override |
| 92 | 91 |
public void onClick(View v) |
| 93 | 92 |
{
|
| 94 |
FactoryCubit factory = FactoryCubit.getInstance(); |
|
| 95 |
factory.printFaceTransform(); |
|
| 93 |
|
|
| 96 | 94 |
} |
| 97 | 95 |
}); |
| 98 | 96 |
} |
Also available in: Unified diff
Very important bugfix in the Library: MatrixEffectQuaternion cannot share the tmp static buffers!