Help Needed.

tuan kuranes

24-08-2006 08:55:27

- Bug Finding and reporting (with reproducable steps, preferrably on demo code, or providing code.)

- Documentation (wiki, howto, etc...)

- Per Platform maintainers (VC7, Linux, CodeBlock) that would provide patch when build/demo run are broken.

- Help on OgreOde (proposing a new item to add on Todo thread, or tackle a Todo item providing a patch.)

- Forum moderator (helping others posting here.)

Harvest

21-11-2006 22:30:15

Documenation:
-------------------
During the next month, I'll try to reduce the SimpleScenes App to a minimum app, from which you can start using OgreODE in your own app.
If I then manage to understand the single processes of OgreODE and ODE, I could then draw the way back from the minimum app to the SimpleScenes app, each step a chapter with code, explained by a howto.
The result would be a comprehensible series of howtos, building up one on another.

Due to little experience I might fail, but at least I'm gonna try.

tuan kuranes

29-11-2006 14:07:22

Harvest : good news. I would even suggest to write something new and different from simplesscene, something like what is in Wiki HowTo, so that HowTo source code would be disponible, simple and clear.
Simples Scenes role is more about demonstrating/testing features than explaining them

screwt

01-03-2007 07:37:25

Hi,

i have a probleme compilling ogreode (ogreode_core indeed) with VC++ 2005 sp1, the compiler ask for the -Zm120 option. But where can i hade it?

thx in advance.


-----edit------
a piece a causes:
http://msdn2.microsoft.com/en-US/library/1bx1fkes.aspx

-----edit------
Ok but then other compilling problems occure, i should get the latest svn version, but what is the svn server adresse, i didn't found it in the forum.

markjco

06-02-2010 13:56:01

Hi,

I downloaded the ogreode from svn, Installed Soggoth 1.6.5 SDK, and ODE 0.11 and ODE 0.11.1 (just to try which will work better) and VC++ 2008 Express.

Can anyone help me get started? I have been reading the wiki tutorial but some in the forum don't recommend the instructions.

Regards,

mafuko

23-03-2010 15:34:36

HI,
I'm new in Ogre, and Ode and I have a little problems. I need add Entity - TrafficLight in function "bool GranTurismOgreFrameListener::frameStarted(const FrameEvent& evt)" which is part of Demo_GranTurismOgre. I want add there Entity - TrafficLight and I want change materials on it TrafficLight->setMaterialName("green") e.g. every 5second. But I can add Entity only in "void GranTurismOgreApplication::createScene(void)" so I can't change materials during the game. Can you pls give me any advice how I can add Entity - TrafficLight in "bool GranTurismOgreFrameListener::frameStarted(const FrameEvent& evt)", that I can be abble to change materilas on this Entity -TrafficLight ??? PLS, this is last think which is missing me to finish my thetis.

Teknoman117

20-05-2010 23:14:31

I am a Linux fan and I am also new to Ogre. I use version 1.7.0 and I am having some issues with OgreODE. I run Ubuntu 10.04 and I have an issue with the SimpleScenes demo. Everything works except for the helicopter test. Whenever I try to shoot the boxes(I need this for my game that I am working on) it crashes and it said that the "assertGeom" command failed. Anyone know how to solve this?