Questions tagged as 'ogre'

1
answer

How to get the names of the files in a directory? C ++

I have a media / map directory, in that folder there are many files, example ".mesh.xml", ".mesh", etc. I need to create a function that stores the names of the ".mesh" files in a string array and ignores the others including ".mesh.xml". C...
asked by 30.05.2017 / 00:10
0
answers

Problems with OVERLAY by OGRE

I have problems making use of OGRE overlays: playState.h : #include <OgreOverlaySystem.h> #include <OgreOverlayElement.h> #include <OgreOverlayManager.h> #include <OgreFontManager.h> #include <Og...
asked by 12.05.2017 / 19:02
0
answers

How to correctly apply an impulse or force with Bullet C ++

I'm trying to make a super hyper basic mega FPS game, and I need to make use of the powerful BULLET physics library, however I can not apply a force or anything, nothing moves, I have the following: void Physics::initObjects(){ collisionCo...
asked by 24.04.2017 / 21:46
0
answers

Error loading a font in C ++ with Ogre

The code that will show below is on the official Ogre website:   Ogre's official website I have also seen this query: StackOverFlow English and I used the code to load the font, but it does not work. My code is this: OverlayManager...
asked by 15.05.2017 / 14:14
1
answer

random number with decimals? c ++

I need to randomly generate Ogre::Real , but I doubt that anyone works with Ogre , so with a float it reaches me. Between 0.01 and 3.0     
asked by 29.06.2017 / 11:03
0
answers

Ogre does not take the materials correctly

in blender I made a model with several textures to give the depth effect (version of blender 2.69) and then export (exporter of ogre version 0.6.0), but when I load it in ogre it is very badly loaded, I do not know It combines the materials well...
asked by 25.05.2017 / 20:14