Opened 20 years ago
Closed 20 years ago
#48 closed enhancement (fixed)
Animation
Reported by: | bensch | Owned by: | bensch & patrick |
---|---|---|---|
Priority: | minor | Milestone: | 0.2.3-pre-alpha orx-v0 |
Component: | GeneralFramework | Version: | |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
The idea is it to make a Class, that handles simple animation like coded movement of objects, brightness changes of materials and so on
Interface:
- AnimationPlayer: an Engine, that handles a list of all animations, and ticks them over time
- Animation Class:
- one template Class to change simple informations (calls a float function)
- another one to translate objects through space
- maybe another one
- animation classes will be derived from the class Animation()
Change History (1)
comment:1 Changed 20 years ago by patrick
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.