Thread: 3D animation (difficult?)

  1. #1

    3D animation (difficult?)

    This isn't a game question, but it is directx related, so think this is the best place to ask.

    I'm just wondering, how difficult would it be to display an animation that was made by 3D studio Max.

    When you make an animation in 3DSMAX, I believe you can save it as a .x file. How difficult would it be to display this animation in a window (not fullscreen) by using DirectX, and if possible, just put some text in front of it.

    What I'm trying to make is something like the about box from winamp. But at first not as fancy. Just the menu on top and the animation below. No reaction to the music as winamp does and stuff like that.

    I don't know anithing about 3D programming in directx. I know some DirectDraw and DirectShow.
    But I don't need it finished tomorrow, I have time.

    thanks

    --Maes

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    I think importing .x files into DirectX is pretty easy, since it's an MS format and all... you could probably find a class which is premade to do everything you need with the model.

    The difference between fullscreen and a window in DirectX is completely trivial. One line of code, I think.

    Text isn't too difficult - check out the two king's tutorials. Sticky on this forum.
    Away.

  3. #3
    Thx confuted,

    you gave me some hope that one day I'll finish my winamp
    Now for the easy part, to make an animation in 3DSMAX


    Maes

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Use DX9 it has good animation support with X-Files compared to DX8.
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A little help on 3D animation!!
    By GReaper in forum Windows Programming
    Replies: 3
    Last Post: 06-11-2009, 10:45 AM
  2. 3D games re difficult to play?
    By manav in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-28-2008, 06:50 PM
  3. Animation class not working
    By VirtualAce in forum Game Programming
    Replies: 5
    Last Post: 03-02-2005, 06:48 AM
  4. 3D starfield
    By VirtualAce in forum Game Programming
    Replies: 6
    Last Post: 06-26-2003, 12:40 PM
  5. 3D SDK for C++ programmers
    By chand in forum Game Programming
    Replies: 2
    Last Post: 05-20-2003, 07:38 AM