Revision 2c9c22df
Added by Leszek Koltunski over 9 years ago
| src/main/java/org/distorted/examples/vertex3d/Vertex3DEffect.java | ||
|---|---|---|
| 309 | 309 |
} |
| 310 | 310 |
|
| 311 | 311 |
setDefaultInter(); |
| 312 |
fillStatics(); |
|
| 313 |
setText(); |
|
| 314 | 312 |
|
| 315 | 313 |
for(int i=0; i<mDimension; i++) |
| 316 | 314 |
{
|
| ... | ... | |
| 344 | 342 |
mTextRegion = (TextView)region.findViewById(R.id.effectRegionText); |
| 345 | 343 |
|
| 346 | 344 |
setDefaultRegionInter(); |
| 347 |
fillRegionStatics(); |
|
| 348 |
setRegionText(); |
|
| 349 | 345 |
|
| 350 | 346 |
for(int i=0; i<4; i++) |
| 351 | 347 |
{
|
| ... | ... | |
| 375 | 371 |
mTextCenter = (TextView)center.findViewById(R.id.effectCenterText); |
| 376 | 372 |
|
| 377 | 373 |
setDefaultCenterInter(); |
| 378 |
fillCenterStatics(); |
|
| 379 |
setCenterText(); |
|
| 380 | 374 |
|
| 381 | 375 |
for(int i=0; i<2; i++) |
| 382 | 376 |
{
|
Also available in: Unified diff
Vertex3D: Correct setting regions (correction!)