-
as seen on Game Development
- Search for 'Game Development'
Hello all.
I'm working on a 3d music visualizer using Ogre3d, basically it's a spectrum analizer, a lot like the old xmms plugin:
(http)://www.youtube.com/watch?v=_6NKBiwYN24
It works well, the bars are drawn and updated, there are no framerate issues, but it crashes randomly. Sometimes it can run…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
Hello Game Developers,
I am trying to get more experienced with OGRE3D and I am following the basic tutorials on the website. All the code samples compile just fine.
The first time I encountered a "error" was in Basic Tutorurial 3.
The code line where visual studio says something is not right is…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I'm building a game with Ogre3d, I've got fog working properly with:
scenemanager->setFog(Ogre::FOG_LINEAR, Ogre::ColourValue( 0.23f, 0.725f, 1.0f ), 0, 18, 20 );
However I'm currently implementing a GUI system (libRocket) which is rendered on top of everything else, and this removes the fog,…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a framework that I am building and is being compiled into a static library to be used by other projects. The library works perfectly without issues. The problem is that the link time is very long for the projects that use the library so I thought I will make a DLL project of the same…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I compiled Ogre on my Lubuntu 10.04 with LXDE environment, and when I try to start ./SampleBrowser_d from /bin i have incomplete window...it haven't got background, I can't click on accept and i can't choose OpenGL from avaible list..Anybody know what's it and how fix it ?
Here's some screenshots:
link…
>>> More