yeah..i finally came upon blender and found it quite easier than 3dsmax..i made a scene on it and exported it to .ase
but i know nothing about converting it to .w
could anyone help this poor boy with converting ase to w/prm ? :)
there may be some tutorials on the web ;)
Just give a look at the readme file of the ase2rv utilities.
If you don't want to do so, here is one example :
file : Your_Mesh.ase
just execute the ase2prm or ase2w with that command line :
| CODE |
| ase2prm -c -o=YourMesh.prm Your_Mesh.ase |
/!\ when using *.prm files, try to use no more than 8 letters (here YourMesh instead of Your_Mesh)
| CODE |
| ase2w -morph -o=YourMesh.prm Your_Mesh.ase |
Check the readme file to see what "-c" and "-morph" do.
:)
oh cool thnx for you help :)