Revision 1317832f
Added by Leszek Koltunski over 8 years ago
src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java | ||
---|---|---|
103 | 103 |
tmp = (DistortedBitmap)mCircleNode[i].getObject(); |
104 | 104 |
tmp.move( new Static3D(positions[2*i], positions[2*i+1], 0) ); |
105 | 105 |
tmp.rotate( mRot, axis, center ); |
106 |
tmp.chroma( new Static1D(0.5f), new Static3D(colors[3*i],colors[3*i+1], colors[3*i+2]) );
|
|
106 |
tmp.chroma( new Static1D(0.8f), new Static3D(colors[3*i],colors[3*i+1], colors[3*i+2]) );
|
|
107 | 107 |
} |
108 | 108 |
} |
109 | 109 |
|
Also available in: Unified diff
new icon.