ogre3d
Can an OGRE engine render into any window?
I\'m making a small plugin-kind-of graphics engine interface which uses OGRE internally. The idea is that a person creating a program in Windows or Linux, would be able to use my plugin for doing any[详细]
2023-04-12 22:00 分类:问答error with makefile
I want to compile my C++ files with mingw-g++ in command prompt. My C++ files have OGRE3D libraries also. How can I add these OGRE3D libaries in makefile.[详细]
2023-04-12 03:40 分类:问答Exposing Ogre functions using tolua++
I want to know h开发者_高级运维ow do I expose Ogre library functions, for example: pitch, yaw to rotate a camera..I want to control the camera for my application using a lua script. I m doing the bind[详细]
2023-04-11 12:01 分类:问答How to create child node in Ogre3D that only follows the parent without rotation?
I need to create node that will be following parent (with little offset), but it won\'开发者_运维知识库t rotate with parent. Only always translate to parent\'s position.Maybe your looking for billboar[详细]
2023-04-10 22:14 分类:问答How do I collect input from an external window using SDL?
I\'m currently trying to re-write my binder between Ogre and SDL in my game engine.Originally I used the method outlined in the Ogre Wiki here.I recently updated my version of SDL to 1.3 and noticed t[详细]
2023-04-09 10:04 分类:问答Is there any way how to use Java window and input with Ogre3D and c++?
I\'m not very familiar with wrapping between Java and C++. But i need to wrap Java window input to c++ and get window context, that i assign to ogre. I know it\'s possible, because Ogre4J uses somethi[详细]
2023-04-08 03:30 分类:问答OpenNi Ogre3D integration using OpenGL
I just started to use OpenNI and Ogre3D for an animation application. I found the below sample for this integration: OpenNI Ogre Integration Sample. But I noticed that it is developed using DirectX wh[详细]
2023-04-05 04:59 分类:问答Unknown command "ogre_config_sample_lib" when cmake samples of OGRE
An error of Unknown CMake command \"ogre_config_sample_lib\" happens when I tried to use cmake in OGRE Sample folders after installing OGRE. I had taken the following steps before this error happened:[详细]
2023-03-20 10:12 分类:问答Android NDK with C++ Graphics Engine
I would like to use the C++ Graphics Engine (Ogre3D) I am familiar with to write some games for Droid (I just cannot get used to Java) and there are plenty of write ups on how to build the application[详细]
2023-03-19 00:25 分类:问答How to create interactive tracking camera in Ogre3D
How to create camera, that follows player(like in MMORPG games) without the need for translating it every frame. But easy to rotate. If it is possible.[详细]
2023-03-10 07:08 分类:问答