Opened 20 years ago
Closed 19 years ago
#12 closed defect (fixed)
smooth PNode
Reported by: | patrick | Owned by: | bensch |
---|---|---|---|
Priority: | minor | Milestone: | feature-taks |
Component: | Parenting | Version: | 0.0.2 |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
implement a PNode (Parent Node) that doesn't follow its parent at once, but glides smoothly after it.
- concrete use
- camera that smoothly follows the player
- a wingman that will follow you with a delay and smooth
- requirements
- set the delay of an action
- set the smooth factor: how fast a child shall follow its parent
Change History (4)
comment:1 Changed 20 years ago by patrick
- Status changed from new to assigned
comment:2 Changed 20 years ago by patrick
- Milestone changed from 0.2.3-pre-alpha to feature-taks
comment:3 Changed 19 years ago by bensch
- Owner changed from patrick to bensch
- Status changed from assigned to new
comment:4 Changed 19 years ago by bensch
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Implemented the stuff inside of PNode this could also be implemented as a plugin, if the need (speed) arises
but, i think, on the way many other efficiency-patches were done, so ther is no need, to double the effort