Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 296)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#179 fixed Clean up the CameraMan snellen patrick
Description

The CameraMan has been extended during the last pps-days to add scripting functionalities. Clean the module up and make sure that

State::Camera
State::CameraTarget

are always set correctly

#99 fixed Collision Detection: Speed Up patrick patrick
Description

I just thought about some speed improvements in the collision detection system:

  • Size of object matters: the obb-tree depth can be adjusted to the object size: big objects have a greater depth to resolve collisions more precisely. This arises the need for asymmetric tree depth checks
  • First bv-tree instance should be a bounding sphere
#105 invalid CommandChain nobody bensch
Description

CommandChain

a CommandChain is a list of commands, that are executed during over a time in an order given it by the User

implementation

  • Functors: Use functors as described in Functor-Tutorial
  • List: make a list of functors, that, each has a certain time
  • Engine: either an engine or a per-object approach is needed here.
  • Parameters: functions that are be able to be included should have a parameter TIME in it

usage

  • script language
  • chain of command (in an equipotential sense :))
  • actions like explode 2 seconds and then delete.
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.