Class BoidsConfig
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.component.types.boids.BoidsConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalignmentWeight(float weight) cohesionWeight(float weight) booleaninthashCode()maxForce(float force) maxSpeed(float speed) perceptionRadius(float radius) separationWeight(float weight)
-
Field Details
-
perceptionRadius
public float perceptionRadius -
separationWeight
public float separationWeight -
alignmentWeight
public float alignmentWeight -
cohesionWeight
public float cohesionWeight -
maxSpeed
public float maxSpeed -
maxForce
public float maxForce
-
-
Constructor Details
-
BoidsConfig
public BoidsConfig()
-
-
Method Details