Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#45 patrick patrick fixed Debug Level
Description

Implement a debug level, that shows all posibilities, that the pnode system of orxonox can offer… its realy open this one…

#47 nobody bensch duplicate Curve with tLists
Description

Curve must also use the tList declaration

also implement a Curve that flows through desired points

(this will be tough as I do not know how to do this)

#48 bensch & patrick bensch fixed Animation
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()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.