Tagged Questions

0
votes
1answer
58 views

‘Difference’ between two quaternions

I'm working in Ogre, but it's a general quaternion problem. I have an object, to which I apply a rotation quaternion Q1 initially. Later, I want to make it as if I initially rotat …
9
votes
1answer
403 views

Bullet Physics - Apply Torque Impulse in Body’s Local Space

Hello, I'm currently evaluating the Bullet Physics Library for a 3D space game I'm writing using C++ and Ogre3D. I've gotten Ogre3D and Bullet integrated nicely by deriving from b …
0
votes
1answer
30 views

How to get an output console in an Ogre project under MacOS?

Hello, I'm working on a project using Ogre3D. We recently ported our project to MacOS but there are some things that were linked to the Windows API. In particular I don't know how …
2
votes
6answers
152 views

API General Questions and Choices

I've decided to start making graphical games. My language of choice is C++ and the only game I've made so far was a text based game based on Hunt the Wumpus which taught me fundame …
3
votes
3answers
233 views

Asynchronous screen update to gameplay logic, C++

Hello. I am programming a game using Visual C++ 2008 Express and the Ogre3D sdk. My core gameplay logic is designed to run at 100 times/second. For simplicity, I'll say it's a met …
0
votes
2answers
180 views

Detect Collision point between a mesh and a sphere?

I am writing a physics simulation using Ogre and MOC. I have a sphere that I shoot from the camera's position and it travels in the direction the camera is facing by using the cam …
1
vote
3answers
278 views

Integrate Custom Physics Classes with OGRE 3D?

I have to use OGRE3D for a university project however, we are not allowed to use any third party libraries for Physics or collision detection. This includes using OGRE's built in c …
0
votes
2answers
75 views

Missing file halts boy’s first encounter with OGRE3D!

Hey! Say - anyone attempted to setup Ogre in Eclipse on Ubuntu? I'm attempting to run through this here tutorial, it refers to a file called bootstrap in the eclipse workspace/og …
0
votes
2answers
349 views

How to use 16bit heightmaps with Ogre3d and PhysX

I'm using Ogre3D and PhysX. When I load a terrain from an 8bit height map, it looks normal on Visual Debugger. Look at first image: http://img44.imageshack.us/gal.php?g=44927650. …
0
votes
3answers
71 views

Calculating how visible an object is in a 3D-scene for use in game logic/AI

I am starting a game project which will allow characters to hide in dark areas. Hiding in a dark corner should make it harder for other characters to see you. What I need is a way …
0
votes
1answer
293 views

Strange Ogre Error and A Non-Existant FIle

I am getting this error, I have no clue where: OGRE EXCEPTION(2:InvalidParametersException): Header chunck didn't match either endian: Corrupted stream? in Serializer::determin …
0
votes
1answer
238 views

Ogre3d Local reference string popping out of nowhere

I'm building an ogre3d tutorial based on this setup http://www.ogre3d.org/wiki/index.php/SettingUpAnApplication#XCode I've followed all steps as it says. It compiled perfectly. B …
1
vote
7answers
696 views

Game Engine Scripting Languages

I am trying to build out a useful 3d game engine out of the Ogre3d rendering engine for mocking up some of the ideas i have come up with and have come to a bit of a crossroads. The …