Search found 70 matches
- Wed Jul 08, 2009 6:14 pm
- Forum: Bug reports
- Topic: [fixed] Cannot Compile Latest SVN On Windows
- Replies: 2
- Views: 722
- Wed Jul 08, 2009 4:27 pm
- Forum: Bug reports
- Topic: [fixed] Cannot Compile Latest SVN On Windows
- Replies: 2
- Views: 722
[fixed] Cannot Compile Latest SVN On Windows
Hi there,
I'm having trouble compiling the latest revision (rev 2453) of Irrlicht's trunk on Windows XP. I am using the supplied Irrlicht9.0 VC++ project inside Visual Studio C++ 2008 Express Edition. I've made no modifications to the Irrlicht code.
Here is the compilation error. Something tells ...
I'm having trouble compiling the latest revision (rev 2453) of Irrlicht's trunk on Windows XP. I am using the supplied Irrlicht9.0 VC++ project inside Visual Studio C++ 2008 Express Edition. I've made no modifications to the Irrlicht code.
Here is the compilation error. Something tells ...
- Wed Jul 08, 2009 2:08 pm
- Forum: Bug reports
- Topic: [fixed] Problem With Folder Archives
- Replies: 3
- Views: 821
- Wed Jul 08, 2009 1:22 pm
- Forum: Bug reports
- Topic: [fixed] Problem With Folder Archives
- Replies: 3
- Views: 821
- Wed Jul 08, 2009 12:57 pm
- Forum: Bug reports
- Topic: [fixed] Problem With Folder Archives
- Replies: 3
- Views: 821
[fixed] Problem With Folder Archives
Hi There,
I'm using IFileSystem::addFolderFileArchive() in my code to add a folder that contains all my media. Then I use the standard ways to access mesh files and textures. That worked pretty well until a few days ago, when there were some changes in Irrlicht-SVN (I'm using trunk) to the file ...
I'm using IFileSystem::addFolderFileArchive() in my code to add a folder that contains all my media. Then I use the standard ways to access mesh files and textures. That worked pretty well until a few days ago, when there were some changes in Irrlicht-SVN (I'm using trunk) to the file ...
- Tue Jun 02, 2009 9:07 am
- Forum: Advanced Help
- Topic: Using Buttons To Control FPS Camera
- Replies: 2
- Views: 773
Using Buttons To Control FPS Camera
Hi there,
I'm writing an application using Irrlicht that will be used on a touch screen computer without any keyboard (in addition to a desktop computer with a keyboard). In it, I'm using the FPS camera which is controlled through the keyboard.
My idea is to add a set of IGUIButton elements in the ...
I'm writing an application using Irrlicht that will be used on a touch screen computer without any keyboard (in addition to a desktop computer with a keyboard). In it, I'm using the FPS camera which is controlled through the keyboard.
My idea is to add a set of IGUIButton elements in the ...
- Tue May 26, 2009 8:18 am
- Forum: Beginners Help
- Topic: Why is IGUIStaticText static?
- Replies: 3
- Views: 572
- Tue May 26, 2009 7:46 am
- Forum: Beginners Help
- Topic: Why is IGUIStaticText static?
- Replies: 3
- Views: 572
Why is IGUIStaticText static?
Hi there,
I'm wondering why the IGUIStaticText node does not allow changing of the text after it has been created (I assume that is why it is called IGUIStaticText?). I took a quick look over the code, and I do not see any reason why there can't be a public setText() function.
I'm wondering why the IGUIStaticText node does not allow changing of the text after it has been created (I assume that is why it is called IGUIStaticText?). I took a quick look over the code, and I do not see any reason why there can't be a public setText() function.
- Sun May 24, 2009 12:54 pm
- Forum: Advanced Help
- Topic: Render To Texture And Hidden Windows
- Replies: 0
- Views: 528
Render To Texture And Hidden Windows
Hi there,
I have my Irrlicht scene embedded inside another window, via the external API. In addition to that, I have a static image (changed rarely) showing the scene from some other camera. This image is created by drawing the scene via a render-to-texture, and copying the data. This works pretty ...
I have my Irrlicht scene embedded inside another window, via the external API. In addition to that, I have a static image (changed rarely) showing the scene from some other camera. This image is created by drawing the scene via a render-to-texture, and copying the data. This works pretty ...
- Sun Apr 26, 2009 4:33 am
- Forum: Bug reports
- Topic: Cannot load saved scenes
- Replies: 6
- Views: 1080
Cannot load saved scenes
Hi all,
I'm having trouble loading scenes saved with ISceneManager::saveScene() right now. However, I have no problems loading scenes generated with previous versions of irrlicht (pre 1.5).
I've modified both the irrlicht SVN and 1.5 (checked out from SVN) source so it prints out something ...
I'm having trouble loading scenes saved with ISceneManager::saveScene() right now. However, I have no problems loading scenes generated with previous versions of irrlicht (pre 1.5).
I've modified both the irrlicht SVN and 1.5 (checked out from SVN) source so it prints out something ...
- Fri Apr 24, 2009 9:07 pm
- Forum: Bug reports
- Topic: [fixed]Collision Bitmask Always Selects "Default"
- Replies: 13
- Views: 2437
- Fri Apr 24, 2009 7:15 pm
- Forum: Bug reports
- Topic: Adding a Non-Active Camera
- Replies: 4
- Views: 968
- Fri Apr 24, 2009 7:08 pm
- Forum: Bug reports
- Topic: [fixed]Collision Bitmask Always Selects "Default"
- Replies: 13
- Views: 2437
- Thu Apr 23, 2009 10:10 pm
- Forum: Bug reports
- Topic: [fixed]Collision Bitmask Always Selects "Default"
- Replies: 13
- Views: 2437
[fixed]Collision Bitmask Always Selects "Default"
Hi all,
I have a scene with several selectable nodes and some background. I accomplish selecting the selectable nodes by giving them an ID of 4 (for example) and calling ISceneCollisionManager::getSceneNodeFromScreenCoordinatesBB with a bitmask of 4. However, sometimes one of the background nodes ...
I have a scene with several selectable nodes and some background. I accomplish selecting the selectable nodes by giving them an ID of 4 (for example) and calling ISceneCollisionManager::getSceneNodeFromScreenCoordinatesBB with a bitmask of 4. However, sometimes one of the background nodes ...
- Thu Apr 23, 2009 9:51 pm
- Forum: Bug reports
- Topic: Adding a Non-Active Camera
- Replies: 4
- Views: 968
no, a new added camera gets always the active camera...
but you can set another camera active again so the new camera is inactive... ;)
I hoped that I didn't have to do it manually. The reason I wanted it automatic is that my code first sets a custom camera on a spinning logo and then proceeds to ...
but you can set another camera active again so the new camera is inactive... ;)
I hoped that I didn't have to do it manually. The reason I wanted it automatic is that my code first sets a custom camera on a spinning logo and then proceeds to ...