No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
homework4[[:File:5.10homework_animation_planet.maxpat]] | homework4[[:File:5.10homework_animation_planet.maxpat]] | ||
homework3[[:File:5.3.homework_cellphone_control.maxpat]] | homework3[[:File:5.3.homework_cellphone_control.maxpat]] | ||
homework2:[[:File:0504_frequency_controlling_objectmoving.maxpat]] | homework2:[[:File:0504_frequency_controlling_objectmoving.maxpat]] | ||
homework1:myfirstpacher[[:File:myfirstpacher.maxpat]]" | homework1:myfirstpacher[[:File:myfirstpacher.maxpat]]" | ||
project: | |||
===1.introduction=== | |||
<br> my project idea comes from the moving planet, like the earth rotates around the sun along a certain orbit, my technic is to use the Arduino control max 3D object's animation and simulate the running planet, unlike the planet in the universe ,their moving rules are relatively stable, but I can change the my planet orbit by arduino or some physical stuffs. | |||
===2.method=== | |||
<br> in my project , my technic structure is to have 2 gridshape - sphere,one is moving around another one , and they relatively have 2 a mophing effect- jit.xfade, can change size or change shape ,I have 2 choices to control them to move ,one is automatically animated, because i give those element ,like jit.gl.light position, shape position and fade parameters continuously but selected bangs, so they can run automatically with certain speed.another is to use Arduino to control the moving state, this way is a little bit "crazy",but interesting. | |||
===3.progress=== | |||
[[File:morphing——max.gif|400px]] | |||
Patches: | |||
[[:File:project_planet_animation&morphing_xiaomeiXie.maxpat]] | |||
<br>Q: how to change the layer of different object in different time | |||
===4.conclusion=== | |||
<br>1.when We use the jit.fade function, we should remember to have the jit.gl.mesh, then all those parameters should connect to it instead of jit.gl.gridshape ,and jit.material is also very helpful to give then a smooth fill. | |||
<br>2.If we want to control 3D object to animated in a regular way ,the parameter of match between time and position is really impotant, need lots of try , maybe there is some other easy way to realize that. | |||
<br>3.there many possible I can try with this patch later, for example to fill with thess object into particles and do some attraction or repeling force to move the particles. |
Latest revision as of 15:18, 14 July 2018
homework4File:5.10homework_animation_planet.maxpat
homework3File:5.3.homework_cellphone_control.maxpat
homework2:File:0504_frequency_controlling_objectmoving.maxpat
homework1:myfirstpacherFile:myfirstpacher.maxpat"
project:
1.introduction
my project idea comes from the moving planet, like the earth rotates around the sun along a certain orbit, my technic is to use the Arduino control max 3D object's animation and simulate the running planet, unlike the planet in the universe ,their moving rules are relatively stable, but I can change the my planet orbit by arduino or some physical stuffs.
2.method
in my project , my technic structure is to have 2 gridshape - sphere,one is moving around another one , and they relatively have 2 a mophing effect- jit.xfade, can change size or change shape ,I have 2 choices to control them to move ,one is automatically animated, because i give those element ,like jit.gl.light position, shape position and fade parameters continuously but selected bangs, so they can run automatically with certain speed.another is to use Arduino to control the moving state, this way is a little bit "crazy",but interesting.
3.progress
Patches:
File:project_planet_animation&morphing_xiaomeiXie.maxpat
Q: how to change the layer of different object in different time
4.conclusion
1.when We use the jit.fade function, we should remember to have the jit.gl.mesh, then all those parameters should connect to it instead of jit.gl.gridshape ,and jit.material is also very helpful to give then a smooth fill.
2.If we want to control 3D object to animated in a regular way ,the parameter of match between time and position is really impotant, need lots of try , maybe there is some other easy way to realize that.
3.there many possible I can try with this patch later, for example to fill with thess object into particles and do some attraction or repeling force to move the particles.