MelvMay-GG
|
654a15f21c
- Added in a check to see if the distance of an object from the controllers position is near-zero. If that's the case then ignore the object as it's effectively reached its goal. This stops a bad NAN calculation.
|
12 лет назад |
MelvMay-GG
|
0ca6d7b96c
- PointForceController now has "setTrackedObject()" and "getTrackedObject()" to force it to track that SceneObjects' position. When tracking an object, the "setPosition()" is used as a tracked-object local-space offset i.e. a position of (0,0) is at the tracked objects center but (1,0) is 1 world-unit along the objects local-space X-axis (including angle).
|
12 лет назад |
MelvMay-GG
|
801cb079ca
- PointForceController now supports negative force again (repulse).
|
12 лет назад |
MelvMay-GG
|
9259322e2b
- Performance increase for PointForceController.
|
12 лет назад |
MelvMay-GG
|
793688c018
- The PointForceController now has the ability to use both linear and non-linear force (approx inverse-sqaure law). It also now has both a linear and angular drag feature for simulating drag friction i.e. atmosphere etc.
|
12 лет назад |
MelvMay-GG
|
420e9af197
- Fixed warning under VS2010.
|
12 лет назад |
MelvMay-GG
|
7ed1f79dd3
- Reorganized controllers into a picking/grouped hierarchy.
|
12 лет назад |
MelvMay-GG
|
bfcbc32803
- Changed Buoyancy controller to be area based. It currently still only uses objects you tell it to but that's easy to change. Need to change the BuoyancyControllerToy art to show a region.
|
12 лет назад |
MelvMay-GG
|
54c9074cd5
- Minor incorrect-comment change.
|
12 лет назад |
MelvMay-GG
|
d74f84c09f
- Point-Force controller now checks distance to object centroid for quick radius check.
|
12 лет назад |
MelvMay-GG
|
1730e31e0a
- Fixed wrong type in Point-Force field.
|
12 лет назад |
MelvMay-GG
|
8cbae47f51
- Scene controllers WIP.
|
12 лет назад |
MelvMay-GG
|
2ffdd5a8d8
- Renamed "AttractorController" to "PointForceController".
|
12 лет назад |