Search found 5 matches
- Mon Feb 07, 2011 2:03 pm
- Forum: Beginners Help
- Topic: Perspective zooming problem
- Replies: 3
- Views: 427
- Fri Feb 04, 2011 3:19 pm
- Forum: Beginners Help
- Topic: Perspective zooming problem
- Replies: 3
- Views: 427
Perspective zooming problem
Hello, I'm trying to export a 3D scene from a non-Irrlicht program where zooming is performed by changing view width and height (model units). So, I export the position of camera & target, view width & height and near & far values and import into my own program built with Irrlicht. So in...
- Wed Nov 17, 2010 8:28 pm
- Forum: Code Snippets
- Topic: New GUI skin [update: new skins, support for 1.5/1.6]
- Replies: 112
- Views: 77053
Thanks Mloren. I got some memory leaks, so just had to modify code to delete CXMLRegistry and CXMLNodes. Also, CGUISkinSystem::applySkin and populateTreeView can return if load fails and in this case will not delete. Anyway, easy to fix. Any idea how to get the reflection effect seen in Fuzzyspoon's...
- Sat Nov 13, 2010 9:44 pm
- Forum: Open Discussion and Dev Announcements
- Topic: What are the plans for Irrlicht 1.8 and further?
- Replies: 264
- Views: 55394
Collada
In my case I work a lot with Collada so I'd like to request support for materials and animations in a near future release :-) I also think that some Irrlicht classes are too tightly coupled (mixed concerns) regarding file handling. It becomes a limitation when you want to load something from another...
- Wed Sep 15, 2010 9:37 am
- Forum: Project Announcements
- Topic: XEffects - Reloaded - New Release (V 1.4)
- Replies: 826
- Views: 444860
I'm a beginner, but just like sylpheed I have problem with aliasing. I'm trying to render a simple cube and it looks fine when I use drawAll(), but with effect->update() the smoothness is gone. That is, the shadows are smooth but not the cube itself. Here's an example: http://irrlichtirc.g0dsoft.com...