Current state of project » History » Version 3
Kristján Oddsson, 2012-10-29 17:40
1 | 1 | Kristján Oddsson | h1. Current state of project |
---|---|---|---|
2 | |||
3 | h2. 29.10.2012 |
||
4 | |||
5 | 3 | Kristján Oddsson | We updated the shaders and the results make debugging a lot better visually as you can see in the attached image. |
6 | 1 | Kristján Oddsson | |
7 | We also loaded up the sun and threw out the previous proximity algorithm and substituted it with euclidian distance proximity function. |
||
8 | |||
9 | h3. Future work |
||
10 | * Get approximate scale of the sun and fishes. |
||
11 | * Fit each fish with a point the following positions relative to the fish to check the two closest points using the euclidian distance function: |
||
12 | - On the top and bottom of the fish |
||
13 | - On the front and back of the fish |
||
14 | - On each side of the fish (port and starboard :P) |
||
15 | * Make sure that fishes do not bump into walls. |
||
16 | * Implement fish movements to resemble real "life" |