News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

OpenGL help

Started by zeltrax5, February 07, 2010, 04:08:35 AM

Previous topic - Next topic

zeltrax5

Hey, I started learning C++ a few weeks ago and now know the basics of it. I recently started making 3D models (using Wings3D) for a game I want to make. I heard that openGL is needed to import the models, so I tried installing it, but none of the tutorials I found seemed to work. Can anyone tell me how to set OpenGL on my PC (windows xp)? and also do you really need to use OpenGL for this or does it just make it easier? will Wings3D work or do I have to use a different program? Please use simple language I'm only a beginner ;)

Farabi

For importing a model you will need to create your own importer. Better use an easy to read model format. Ever heard of TRI format? Check out raydium.
You can export your model from win3d and then import it to blender. After that, you can export it to TRI format.
I did create a TRI format importer, you can use it for free. If Im not mistaken, my TRI importer size was just 20 KB
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

zeltrax5

Thanks for replying, but how do I create my own importer?

Farabi

Quote from: zeltrax5 on February 07, 2010, 02:55:08 PM
Thanks for replying, but how do I create my own importer?

You dont have to, I already created it.

Here is the complete package, but you dont have to download it, you only need the importer,
http://omploader.org/vMm5yYg/fGameEngine.rar See attachment.

You will need Donkeys Graphic library. http://www.quickersoft.com/donkey/
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

zeltrax5

Thanks  :bg I'll try that :U

zeltrax5

I downloaded a package but how do I use it?

Farabi

Quote from: zeltrax5 on February 11, 2010, 04:05:57 PM
I downloaded a package but how do I use it?

You mean the whole package? Well it was an example, and the code is messed up, because I had no time to arrange it. On the full package of my game engine it demonstrate a full game engine included physic engine and an animated model. What about the importer? Do you found difficulty?

I will rearange the code if I got time.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"