| Package | Description |
|---|---|
| SocialSteeringsBeta | |
| Steerings | |
| SteeringStuff |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISocialSteering |
| Modifier and Type | Class and Description |
|---|---|
class |
TriangleSteer |
| Modifier and Type | Method and Description |
|---|---|
protected javax.vecmath.Vector3d |
SocialSteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation newFocus) |
| Modifier and Type | Class and Description |
|---|---|
class |
LeaderFollowingSteer
Provides following steering to bots.
|
class |
ObstacleAvoidanceSteer
A class for providing obstacle avoiding steering via raycasting.
|
class |
PathFollowingSteer
A class for providing pathFuture following steering to bots.
|
class |
PeopleAvoidanceSteer
A class for providing people avoiding steering.
|
class |
StickToPathSteer
Steering that makes sure the bot won't get out of the "naviagation edge corridor".
|
class |
TargetApproachingSteer
Using this steering the bot can approach one or more targets.
|
class |
WalkAlongSteer
A class for providing obstacle avoiding steering to bots via raycasting.
|
class |
WallFollowingSteer
A class for providing wall following steering to bots via raycasting.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.vecmath.Vector3d |
SteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation newFocus)
When owerriden can provide different behaviour of steering computation
i.e. can tunnel some other information like true distance to target place
it is used for the social steerings...
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.