474
edits
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Max/msp patch: [[:File:maxproject sirin 2019012901.maxpat]] | Max/msp patch: [[:File:maxproject sirin 2019012901.maxpat]] | ||
I followed | I followed tutorials of prospective visual creation, but the difference is that input is the electrical potentials from organisms. | ||
[[File:1548854244532.jpg|700px]] | [[File:1548854244532.jpg|700px]] | ||
Line 24: | Line 24: | ||
[[File:tutor00.jpg|700px]] | [[File:tutor00.jpg|700px]] | ||
This patch is using jit.gen and jit.matrix to generate a particle effect. The jit.gen is used for calculating force and mass to drive the particles, | This patch is using jit.gen and jit.matrix to generate a particle effect. The jit.gen is used for calculating force and mass to drive the particles, as well as their movements. In the tutorial, the equation that he used is F = m*a and the particles will move in a vector quantity; in this case, to the center. | ||
[[File:tutor02.JPG|420px]] [[File:tutor03.JPG|400px]] | [[File:tutor02.JPG|420px]] [[File:tutor03.JPG|400px]] | ||
As a result, the particles are moving to the center when there | As a result, the particles are moving to the center when there are changes in electric potentials. On the other hand, when the input is unchanged, the particles will arrange themselves in a circle. The visual is inspired from the image of the organism that I cultivated inside a petri dish. | ||
After testing on the organism's electric potentials, I noticed a tiny difference in the result in every organism. I will use that input to shift the visual which are, in this case, color and shape to represent their appearances in a experimental way, so I set the three conditions to differentiate them. However, the particles' movement will remain the same in every input. | After testing on the organism's electric potentials, I noticed a tiny difference in the result in every organism. I will use that input to shift the visual which are, in this case, color and shape to represent their appearances in a experimental way, so I set the three conditions to differentiate them. However, the particles' movement will remain the same in every input. |
edits