Version 5 (modified by deni, 16 years ago) (diff) |
---|
Analysis
Overview
The goal of this task is to search for and implement some optimizations connected with the drawing of scenes.
Task requirements
- Get acquainted with scene elements, element helpers, etc, seek for potential optimizations and implement them.
- Use SimpleSceneDemoTest to measure how effective the potential optimisations are.
Task result
The result of this task is code.
Implementation idea
Pay special attention to the drawing of images and cache the results of common operations (for example color transformations)
Related
How to demo
Compare the performance of SimpleSceneDemoTest before and after this task.