Advertisement

Newbie Question 3D Studio to Game Engine

Started by February 09, 2000 06:47 PM
1 comment, last by Fifthcore 25 years, 1 month ago
Hi, I am working on a game that 3D models that I have animated how do I export these so I can use them in real-time in my game??? I am using 3D studio 2.0
www.ivgdb.com Internet Videogame Database
There are a lot of ways. One is to export to a 3DS (not MAX) file. There''s quite a bit of documentation and code floating around regarding this file format, so you would be able to load these files into your game. Another is to export to an ASCII file. My favorite option, though, is to create a custom exporter plug-in for 3DS Max. I would recommend creating it as a utility plug-in. This way you can dictate which data you want to get out of the program and how you want to store it.
www.gameprojects.com - Share Your Games and Other Projects
Advertisement
Where can I find this info?
Also you said something about exporting it as a .3Ds
but that is a still frame...
I want to export animtions I made..
Also I have Visual Studio Enterprise
Which complier do you think is better
VC++
or
Code Warrior
Thanks
www.ivgdb.com Internet Videogame Database

This topic is closed to new replies.

Advertisement