Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

Boids by Craig Reynolds, is computer model that simulates the flocking behaviour of birds. The “birds” or the boids in the model have 3 simple steering rules:

Each boid only reacts to the neighborhood around itself. The neighborhood is characterized by a distance (measured from the center of the boid) and an angle, measured from the boid’s direction of flight. (Craig Reynolds, Boids)

How to use the simulation

Note: This applet uses javax.vecmath package that comes with the Java 3D API. Please to view this applet. . Please restart your browser after installing Java 3D.

On the control panel on the right, there are a number of settings: