ogre3d
How best to deal with warning c4305 when type could change?
I\'m using both Ogre and NxOgre, which both have a Real typedef that is either float or double depending on a compiler flag. This has resulted in most of our compiler warnings now being:[详细]
2022-12-31 07:24 分类:问答Is there a way of combining Ogre3d's Hikari and BlazeDS?
I am trying to load a swf into an Ogre3d/Hikari application and that swf uses BlazeDS to communicate with a Tomcat server.The swf is from another project that is used in a browser environment.So, the[详细]
2022-12-30 23:06 分类:问答Enabling Direct3D-specific features (transparency AA)
I am trying to enable transparency antialiasin开发者_如何学编程g in my Ogre-Direct3D application, but it just won\'t work.[详细]
2022-12-25 04:54 分类:问答3D World to Local transformation
I am having a real headache trying to set a node\'s local position to match a given world position. I was given a solution but, AFAICS, it only takes into account orientation and position but NOT sca[详细]
2022-12-24 06:30 分类:问答How to get a windowless application in Ogre?
I\'m trying to create a windowless Ogre application, but it seems that the method RenderWindow::setVisible(false) is completely igno开发者_运维百科red by the application. Is there a way to accomplish[详细]
2022-12-22 08:33 分类:问答Integrating OGRE 1.7 in Qt
I need to integrate Ogre 3d in Qt 4. I found several codes and suggestions which are unfortunately out-dated. I liked this tutorial[详细]
2022-12-21 16:00 分类:问答Ogre3d restoreConfig causes app to hang on Ubuntu
Building an app for Ubuntu using Ogre3D, CEGUI, OIS which is now all compiling and running as expected. Having got the basic app running I decided to now build a custom config file which I can store b[详细]
2022-12-18 00:37 分类:问答Ogre3D Basic Framework issue on Ubuntu
I have been trying to learn to use Ogre3D and have gotten to the stage where I want to start something more serious than the examples it comes with so I found and copied the Basic Ogre Framework[详细]
2022-12-16 16:40 分类:问答Multi-monitor 3D Application
I\'ve been challenged with a C++ 3开发者_如何学PythonD application project that will use 3 displays, each one rendering from a different camera.[详细]
2022-12-15 22:46 分类:问答'Difference' between two quaternions
I\'m working in Ogre, but it\'s a general quaternion problem. I have an object, to whic开发者_JAVA技巧h I apply a rotation quaternion Q1 initially. Later, I want to make it as if I initially rotated[详细]
2022-12-12 00:03 分类:问答