Game Programming and Development Tools

OGER – Realm Master

Realm Master

Member

Posts: 1971
From: USA
Registered: 05-15-2005
i just got OGER ( i know, i have irrlichit, but why not have both for a side-by-side comparison, eh?
but i hit YET ANOTHER SPEED BUMB, i have no clue what any of the oger command functions are, or any of the include files, and it dosn't seem to explain.
i have ot go now, so i can't elaborate, maby tomorrow, after the first day of school... (WAAH!!!)

c ya!

------------------
(yes, i know im stupid)
God rules!

Blessed are those who show mercy.
They will be shown mercy. - Matthew 5:7

Blessed are those who suffer for doing what is right.
The kingdom of hevan bleongs to them.-Matthew 5:10

Lava
Member

Posts: 1905
From:
Registered: 01-26-2005
yeah, OGRE was a engine that I might consider, but with what you are dealing with, email the site for a tutorial or something.

------------------

power mousey

Junior Member

Posts: 2
From:
Registered: 10-22-2005

hey realm and lava,

I have Ogre too. I haven't gotten into it yet...cause I'm learning the basics of Pure Basic. Right now, I'm on loading and displaying bitmaps and other effects with them.
Not bad for just using the demo version. Yet, the Ogre 3d engine is included in Pure Basic. Considering getting the full version of Pure Basic soon.

cheers,

power mousey

WilliamLow
Member

Posts: 15
From: Ontario, Canada
Registered: 09-21-2005
Did you get the SDK or Source code?
Realm Master

Member

Posts: 1971
From: USA
Registered: 05-15-2005
both, i think...

------------------
(yes, i know im stupid)

Blessed are those who suffer for doing what is right.
The kingdom of hevan bleongs to them.-Matthew 5:10

PM ME YOUR DESCRIPTION OF ME! ILL PUT IT HERE!

Here's all the comments!

WilliamLow
Member

Posts: 15
From: Ontario, Canada
Registered: 09-21-2005
If you're using the source code, the include files are in 3 directories:
(ogre dir)\ogrenew\Dependencies\include
(ogre dir)\ogrenew\OgreMain\include
(ogre dir)\ogrenew\Samples\Common\include


The sample\common\include you should probably look at first, they have Example*.h files, which are a good place to start for your first few OGRE applications to get a hang of how OGRE works.