wiki:SCENE_COMMONS_R1

Version 5 (modified by deni, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=SCENE_COMMONS_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

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)

How to demo

Compare the performance of SimpleSceneDemoTest before and after this task.