GMU:Max/MSP visual programming/Xiaomei Xie: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 10: Line 10:


===1.introduction===
===1.introduction===
my project idea comes from the moving planet, like the earth rotates around the sun along a certain orbit,  
<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.
 
mytechnic 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===
===2.method===


  in my project , my technic structure is to have 2 gridshape - sphere,one is moving around another one , and
  <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  
 
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,
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 a  
  shape position and fade parameters continuously but selected bangs, so they can run automatically with a  
certain speed.another is to use Arduino to control the moving state, this way is a little bit "crazy",but  
certain speed.another is to use Arduino to control the moving state, this way is a little bit "crazy",but  
interesting.
interesting.


===3.progress===
===3.progress===
[[File:morphing——max.gif|400px]]
[[File:morphing——max.gif|400px]]
Patches:
[[:File:project_planet_animation&morphing_xiaomeiXie.maxpat]]
[[:File:project_planet_animation&morphing_xiaomeiXie.maxpat]]
Q: how to change the layer of different object in different time


===4.conclusion===
===4.conclusion===
1.when We use the jit.fade function, we should remember to have the jit.gl.mesh, then all those parameters  
<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.
 
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.
<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.


3.there many possible  I can try  with this patch, for example to change this object into particle.
<br>3.there many possible  I can try  with this patch, for example to change this object into particle.

Revision as of 14:52, 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 a 

certain speed.another is to use Arduino to control the moving state, this way is a little bit "crazy",but interesting.

3.progress

Morphing——max.gif

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, for example to change this object into particle.