ogre3d
Using strings to identify objects: what's the purpose?
OGRE3D for example uses strings to identify objects, so each time the code does something on an object using its name (a string), it has to do string operations, and since a 3D engine is very sensitiv[详细]
2023-01-21 15:19 分类:问答Unresolved External Symbol? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: What is an undefined reference/unresolved external symbol error and how do I fix it?[详细]
2023-01-21 13:36 分类:问答'An invalid object handle was used' in FMOD 3D sound listener
I\'m trying to set up 3D sounds with FMOD in a game which uses Ogre. The sound listener is attached to the camera which runs on a spline. I have footstep sounds attached to the player, and the volume[详细]
2023-01-18 14:20 分类:问答Depth of Field Effect in OGRE
Can anybody provide me with a quick code to implement depth 开发者_高级运维of field effect in OGRE?This thread post contains several links to DOF source + demo[详细]
2023-01-15 13:56 分类:问答OGRE 1.6.1 License [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-14 19:58 分类:问答3d rendering of a surface from a depthmap
Using stereovision, I am producing depthmaps representing the 3d environment as viewed from a camera. There is one depthmap per "keyframe" associated with a camera position. The goal is to t[详细]
2023-01-12 16:33 分类:问答Visual Leak Detector Crash
I am using Visual Leak Detector to detect memory leaks in my program. When the program has finished running, I get an assertion triggered by the following code in utility.cpp. When Visual Leak Detecto[详细]
2023-01-05 19:29 分类:问答Exception thrown when exiting program (Ogre3d)
I am getting a weird exception when I exit the program. This has started since today morning and I am ready to pull my hair out. As soon as I exit the program, visual studio gives an exception and sto[详细]
2023-01-05 11:40 分类:问答Using a 3D texture slice as a 2D texture input
I am trying to do something with Ogre using 3D textures. I would like to update a 3D-texture by going through it slice-by-slice and recalculating the color val开发者_如何学Goues. However, in each step[详细]
2023-01-03 01:12 分类:问答Ogre3D strange behavior
I compiled Ogre on my Lubuntu 10.04 with LXDE environment, and when I try to start ./SampleBrows开发者_开发知识库er_d from /bin i have incomplete window...it haven\'t got background, I can\'t click on[详细]
2023-01-02 22:13 分类:问答