Hi i’m newbe in Away3d.
Is there a simple way to modify vertex position of loaded model on fly?
modify model on flySoftware: Away3D 4.x |
||
szycha, Newbie
Posted: 13 March 2012 09:11 PM Total Posts: 4 |
||
karlperemil, Newbie
Posted: 21 March 2012 01:35 PM Total Posts: 7 [ # 1 ]
for(var i:uint = 0; i < meshOrModel.geometry.subGeometries.length;i++){ |
||
|