Results 1 to 5 of 5

Thread: C# and 3d Max 9?

  1. #1

    Thread Starter
    Member RockStarEnergy's Avatar
    Join Date
    Jan 2007
    Location
    Nebraska
    Posts
    54

    C# and 3d Max 9?

    what is the easiest way to import a 3d model (.3DS) into c#?
    i dont have any code or a game engine so just a starting point would help.

    Thanks
    ~RockStarEnergy
    i <3

  2. #2
    Hyperactive Member singularis's Avatar
    Join Date
    Nov 2006
    Location
    Over There!
    Posts
    372

    Re: C# and 3d Max 9?

    When you say 'import' I guess you want to render the model some way, therefore you would need some kind of graphics library to work with such as DirectX or OpenGL, either that or you could use a graphics/game engine which acts as a layer on top of DirectX or OpenGL simplfiying the process.

    As a starting point I would look on www.devmaster.net for a free graphics/game engine allows you to write code in C# (I would recommend Irrlicht.net) and download a simple 'hello world' tutorial that shows a model being loaded (The Irrlicht engine supports 3DS models).

    I can't really judge your programming abilities by your post so I don't know if I am being patronizing or confusing.

    Hope this helps
    If what I said was helpful, give me rep!

    My Complete Games: -- 2D Zone (Space Shooter game) || _2D Zone 2_ || Ninja Blob (2D platformer) || Dren (Co-op up to 4 player base defence game)

    My Projects: -- The Dread Engine (2D VB game Engine) || A* Path Finding


    An excellent site for learning DirectX7, 8 & 9 (for VB6, C# & VB.net) would be: directx4vb.vbgamer.com --- For my projects and games see: pieper.freehostia.com

  3. #3

    Thread Starter
    Member RockStarEnergy's Avatar
    Join Date
    Jan 2007
    Location
    Nebraska
    Posts
    54

    Re: C# and 3d Max 9?

    thank you so much. it was very helpful.
    i acually stumbled across devmaster before you recomended it. im tryin to work through c-lite but the examples dont help at all. ill check out Irrlicht soon.
    i <3

  4. #4
    Addicted Member TBeck's Avatar
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    254

    Re: C# and 3d Max 9?

    It has been a while since I have looked at it, but if I remember correctly, there is a tool or plugin included in microsoft's directX developers kit that allows you to convert from 3ds to .x files for use with directx

    http://www.toymaker.info/Games/html/3d_models.html

  5. #5
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: C# and 3d Max 9?

    You need to export the file as .x preferable or .fbx to use with DirectX or XNA. For 3DS i believe there is a plugin available to export as .fbx but the .x is no longer supported which is why i now suggest you use Blender!

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