Ogre3D

Talk among developers, and propose and discuss general development planning/tackling/etc... feature in this forum.
Post Reply
othello
Star Pilot
Star Pilot
Posts: 4
Joined: Sat Feb 21, 2009 5:46 am

Ogre3D

Post by othello »

Hi,

I was curious about the move to Ogre rendering; why exactly are you moving towards using it? It's a pretty good rendering engine (I have not used it myself), but wouldn't one you wrote yourself be a bit more fine-tuned towards your needs?
For example, in implementing seamless planetary flight, I would assume the main graphics issue would be the levels of display; how much to draw. Wouldn't it work better if you wrote that yourself rather than using a general renderer? I think that it would be a bit more efficient.

However, I understand that most people working on this project are busy a lot of the time; using Ogre rather than writing your own rasterizer is probably a good idea in this case.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: Ogre3D

Post by loki1950 »

It's plug-in architecture and CEGUI are a few other considerations our current GUI code is rather primitive in what it it allows and it also makes a refactoring of the code base a necessity it has gotten a bit sloppy after all these years,safemode has been at cleaning up all the compile warnings lately in his branch and plans to merge to trunk soon.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
othello
Star Pilot
Star Pilot
Posts: 4
Joined: Sat Feb 21, 2009 5:46 am

Re: Ogre3D

Post by othello »

That makes sense. I should probably have read up more about it before posting. So, essentially you can extend the functionality with your own classes. Also the refactoring makes sense; I just took a peek at the source. I didn't realise how bloated a large project such as VS can get.
I'll definitely try and contribute something sometime; schoolwork is keeping me pretty busy. I have not worked on a large project before, so this will be a new experience.
MC707
Venturer
Venturer
Posts: 555
Joined: Sun Jan 18, 2009 5:18 am
Location: Quito, Ecuador.
Contact:

Re: Ogre3D

Post by MC707 »

Nice to hear that, othello. Welcome, and I hope you come here to stay. Help is always welcome :)
My Machine: OS: Ubuntu 8.10 (intrepid) 64 bit in a 500GB Maxtor HD @ 7200 RPM, Windows Vista PsyChoses Edition 2009 32 bit in a 500GB Samsung HD @ 7200 RPM CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GPU: nVidia GeForce 9400 GT @ 1024 MB RAM: 3891 MB
Earthlings|The End of the Internet?|FreeWebsite
JsnMtth
Bounty Hunter
Bounty Hunter
Posts: 174
Joined: Wed May 27, 2009 6:38 am
Location: Fresno, California - United States of America
Contact:

Re: Ogre3D

Post by JsnMtth »

Is there any code committed to svn for the move to OGRE? How can I get involved in it?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: Ogre3D

Post by loki1950 »

There is a separate branch in the svn repo you can browse the whole repo with a web browser here it have been quite a while since it was touched and may no longer complie and it's just a framework that klauss was working on but i would check out the main trunk and compile it first so you get a idea of the complexity.And i would use a limited data set as the meshes will have to be converted to Ogre's .mesh format and have a look around the wiki for the how to compile svn on various OS's happy hacking.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
JsnMtth
Bounty Hunter
Bounty Hunter
Posts: 174
Joined: Wed May 27, 2009 6:38 am
Location: Fresno, California - United States of America
Contact:

Re: Ogre3D

Post by JsnMtth »

I've checked out and compiled trunk/vegastrike and trunk/data as the web documentation recommended. Thats what I've been playing with. I managed to hack a pacifier and add a big flying pink square.

I didn't see anything regarding ogre other than mentions in the forums about this cool feature and that cool feature. What is the url to checkout that branch? I didn't see any branches on the svn server with svn list, perhaps I'm looking in the wrong place?
th3flyboy
Star Pilot
Star Pilot
Posts: 4
Joined: Sun May 03, 2009 8:21 pm

Re: Ogre3D

Post by th3flyboy »

url should be:
https://vegastrike.svn.sourceforge.net/ ... gre_branch

thats how i checked it out....
Gravity? What's that?
Post Reply