Hi There...
I have a problem here
can vb use/import file .ASE format??
I export file 3d studio max to .ASE format, can it use on vb??
anybody can help me?? plzz, thx:confused:
Printable View
Hi There...
I have a problem here
can vb use/import file .ASE format??
I export file 3d studio max to .ASE format, can it use on vb??
anybody can help me?? plzz, thx:confused:
You can, it is just a simple text format, so you can simply parse through it.
You will have to write code to render it to the screen and such, but the format is fairly simple to get the data out of. Once you have that, you can use DIrectX or OpenGL to do the rendering.
Z.
using what component / references z??
None, you have to write it yourself.
try Wotsit.org or FileSpecs.com for a description of the file type, you might even get some code
wotsit doesnt have it. Ive looked =).
Z.
Thanks for all your help guys,
but the problem i still new with vb graphics programming,
I have created 3D character with bones and ik setting,
can it still be used if i render with directx to vb??
see guys the trued is
i'm trying to create application with 3D object that can be interactive with user,
ex: if user typing some word in textbox, the 3D character object doing some work
maybe it can be done with "Directx sdk + vb" but it's too complexs,
i only have less 6 month to do the job done,
and i have read article about OLE Automation,
can this be done with OLE Automation???
can Bones and IK setting in 3d object still be used ???
anybody who can help me??
Plzz,THX
learn programming first...