Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#47 duplicate Curve with tLists nobody bensch
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 fixed Animation bensch & patrick bensch
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()
#52 fixed argument and return values patrick bensch
Description

There is an inconsistency in the argument and return types of functions

in some functions one passes pointers in others not.

this should all be brought onto a common level

we will discuss this below this ticket. just add your idea on how to rebuild the structure.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.