Forum Index > Developer Network > [Blender] Y3D Mesh Exporter (to .as class)
|
|
anchor 21 months ago
ActivityRank: 0 Thanks Abais! |
|
|
Abais 21 months ago
ActivityRank: 0
I edit my POST, There were some light mistakes, and I add the step "select your
object" before exporting.
Anchor, please return a feedback if you try it
|
|
|
anchor 21 months ago
ActivityRank: 0 With Your help Abais, I made my own exporter for Yogurt3D. Thank You
again (Im not Blender user) |


ActivityRank: 0
I have made a 3D Mesh exporter for Blender.
It exports only the mesh (geometry) and uv, not the animation !
It works with Blender 2.49b, i haven't try other version...
http://urfman.free.fr/Y3D/Y3D_1-0-2_Exporter.zip
Constraints :
How to use it :
Your code will look like this :
my3dObject.geometry = my3dMesh;my3dObject.material = new MaterialBitmap(myTexture.bitmapData);Enjoy
As usual, please forgive my english
Alexandre.