Thread: Modeling/Animations in games

  1. #1
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719

    Modeling/Animations in games

    Hello, I have been wondering if I would be able to use a 3D Modeler such as Blender, to make animations and such for a game. Not that I am able to make a game yet (still a begginer), I was just wondering instead of using a graphics library such as openGl, I could make graphics and animations with a modeler. To me it would be a lot easier, just tell me if this is possible.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

  2. #2

    Join Date
    May 2005
    Posts
    1,042
    If you are going to make an interactive 3D game (as opposed to 3D movies) you need to have a game engine. If you do not write your own engine using C/C++ and a graphics API such as OpenGL or Direct3D then you would need to purchase one, or find a free one online, and learn how to use it (which still would involve a lot of programming).

    Another option is googling for a product called GameMaker. I have heard of it but never used it, and only hear poor reviews about it (but, from fellow programmers).

  3. #3
    *this
    Join Date
    Mar 2005
    Posts
    498
    Quote Originally Posted by BobMcGee123
    If you are going to make an interactive 3D game (as opposed to 3D movies) you need to have a game engine. If you do not write your own engine using C/C++ and a graphics API such as OpenGL or Direct3D then you would need to purchase one, or find a free one online, and learn how to use it (which still would involve a lot of programming).

    Another option is googling for a product called GameMaker. I have heard of it but never used it, and only hear poor reviews about it (but, from fellow programmers).
    You dont NEED a game engine, a game engine is just a set of comonly used functions or classes that are used frequently in coding a game. You could create your own without one, also you did not answer his question...

    I believe you can import models and animations into openGL programs, so you could make an animation or a model and open it in your game and use it if you wanted.

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    As long as you have code that loads up model/animation information from the source file you should be fine. There is no animation/model native support for OpenGL, you have to write the loader and handle all the animation yourself using whatever algorithm is best for your needs.
    "...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

  5. #5
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    That's the answer I was looking for. Blender has a built in game engine called GameBlender, so I might try that. It might not be the best open source engine out there but i'll give it a try. Thanks.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. When done right, PC games are amazing
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 08-13-2008, 05:32 PM
  2. Violent video games?
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 58
    Last Post: 04-26-2006, 01:43 PM
  3. Hooked on old games...... still
    By Stoned_Coder in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 05-30-2005, 02:46 PM
  4. Video Games Industry. 5 years left.
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 12-10-2002, 10:52 PM