Previous | Up | Next |
Takes a topology or a mesh as a parameter.Parameters
Redefines the integer coordinates of the vertices for the topology referenced by the mesh.
The final values are the result of the interpolation between the two values given as parameters.
This function takes integer values. The interpolation coefficient is an integer value between 0 and 65535.
The topology associated with the mesh automatically switches to 'dynamic' mode (as opposed to 'static').
I M3morphVertices ( S3d _session_ H3d _object_ [[I I I] r1] _pos1_ [[I I I] r1] _pos2_ I _rate_ )
Return value
_session_ 3D Session _object_ Topology or mesh _pos1_ List positions 1 _pos2_ List positions 2 _rate_ Interpolation rate
0 if successful, otherwise nilRemark
In the case of a multi-topo mesh, only the active topology is concerned.