Results 1 to 8 of 8

Thread: .ASE Format

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    indonesian
    Posts
    3

    .ASE Format

    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

  2. #2
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    indonesian
    Posts
    3
    using what component / references z??

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    None, you have to write it yourself.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    try Wotsit.org or FileSpecs.com for a description of the file type, you might even get some code

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    wotsit doesnt have it. Ive looked =).

    Z.

  7. #7

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    indonesian
    Posts
    3

    Unhappy

    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

  8. #8
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    learn programming first...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width