Commit 3151355
committed
Expand the grid size of the Multiply test automatically when needed
#52
Enlarge the grid size and reduce the tile size when a larger complexity is needed
to lower the frame rate.
Refactor the spiral iterator into a separate class. Keep calling its next() method
to move to the next cell. When its isDone() returns true enlarge the iterator grid
size and resize the already created tiles to fit in the new grid size.
Add a new class for the roundedRect tile called "Tile". This class can handle the
location, size and animation of the Tile.1 parent f1c7edb commit 3151355
File tree
2 files changed
+248
-95
lines changed- MotionMark
- resources
- tests/core/resources
2 files changed
+248
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
268 | 274 | | |
269 | 275 | | |
270 | 276 | | |
271 | 277 | | |
272 | 278 | | |
273 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
274 | 286 | | |
275 | 287 | | |
276 | 288 | | |
277 | 289 | | |
278 | 290 | | |
279 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
280 | 303 | | |
281 | 304 | | |
282 | 305 | | |
| |||
320 | 343 | | |
321 | 344 | | |
322 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
323 | 349 | | |
324 | 350 | | |
325 | 351 | | |
| |||
0 commit comments