Search found 27 matches

by KungFuLu
Wed Mar 30, 2011 2:27 pm
Forum: Advanced Help
Topic: Render Irrlicht to an external window on Mac
Replies: 2
Views: 355

Thank you for your answer hybird.
I'll give it a try.

-Lu
by KungFuLu
Tue Mar 29, 2011 4:55 pm
Forum: Advanced Help
Topic: Render Irrlicht to an external window on Mac
Replies: 2
Views: 355

Render Irrlicht to an external window on Mac

Good evening, I'm interested in combining Irrlicht with other graphics libraries, to be precise with wxWidgets. So I searched a bit and found this tutorial , which explains exactly what I want to achieve. But it says, that it will only work with Windows. As I'm using a Mac, I'd like to know if it's ...
by KungFuLu
Sat Jan 08, 2011 11:04 pm
Forum: Beginners Help
Topic: camera question
Replies: 5
Views: 310

Thank you very much lazerblade for this camera class.
It helped me a lot understanding how to rotate a camera locally.
by KungFuLu
Sat Jan 08, 2011 4:07 pm
Forum: Beginners Help
Topic: camera question
Replies: 5
Views: 310

Thanks for your answer Radikalizm.

But is it possible to prevent the camera from behaving like this?
by KungFuLu
Sat Jan 08, 2011 1:42 pm
Forum: Beginners Help
Topic: camera question
Replies: 5
Views: 310

camera question

Hi, I wanted to play around a little bit with the camera scenenode and came across a very strange behaviour. When you look nearly straight up (let's say 85°) and then look straight up, then the camera rolls at 90°. If you then look again nearly straight up, but with let's say 95°, then the camera ro...
by KungFuLu
Tue Jan 04, 2011 5:26 pm
Forum: Beginners Help
Topic: Can't get Irrlicht to work with eclipse
Replies: 3
Views: 336

yaten: Thanks for your help, but I didn't run make on the Irrlicht source directory (at least I think I didn't ;))

hybrid: I think you're right. I thought it would be nice to have a cross-platform IDE, but all of them just work well under Windows and Linux and not on a Mac.
by KungFuLu
Sun Jan 02, 2011 12:48 pm
Forum: Beginners Help
Topic: Can't get Irrlicht to work with eclipse
Replies: 3
Views: 336

Can't get Irrlicht to work with eclipse

Hi, I recently tried to use Irrlicht on a mac. As Codeblocks isn't very stable on a mac I chose eclipse as an IDE. But when I try to use Irrlicht, I get this linker error: "ld: library not found for -lIrrlicht" I checked the path to the library, renamed it several times, but it won't work....
by KungFuLu
Thu Dec 09, 2010 3:30 pm
Forum: Beginners Help
Topic: How to get distant textures displayed sharp
Replies: 4
Views: 465

Thank you all for the replies. @slavik262: I tried it all, but it didn't change anything. It could be because of this crappy intel graphics card of my laptop. So I'm trying it on my desktop and if there's a difference, I'll post again. @Acki: I tried this one to, but then the textures were to sharp ...
by KungFuLu
Wed Dec 08, 2010 4:31 pm
Forum: Beginners Help
Topic: How to get distant textures displayed sharp
Replies: 4
Views: 465

How to get distant textures displayed sharp

Hi guys, I'd like, as the topic title says, that textures which are far away from the user get displayed sharp and not blurry. I've uploaded a little program to show what I mean. Just zoom in and out with the cursor keys and don't rotate, as I'd like to use the planes as a kind of 2d sprites. You'll...
by KungFuLu
Mon Nov 08, 2010 3:06 pm
Forum: Off-topic
Topic: Irrlicht Mascot
Replies: 35
Views: 7461

Well, then why not make a crazy, confused, glowing robot-fairy-viking hybird? :)
by KungFuLu
Sun Nov 07, 2010 6:45 pm
Forum: Beginners Help
Topic: Displaying whole Billboard of an IBillboardTextSceneNode
Replies: 1
Views: 169

Sorry for the double post, but I found the problem. I had another node going through the billboard, so it seemed like the billboard and the text billboard would overlap, but they actually don't.
I'm sorry for this useless post.

-Lu
by KungFuLu
Sun Nov 07, 2010 3:29 pm
Forum: Beginners Help
Topic: Displaying whole Billboard of an IBillboardTextSceneNode
Replies: 1
Views: 169

Displaying whole Billboard of an IBillboardTextSceneNode

Hi guys, as the title says, I'm looking for a method to show the whole billboard of an IBillboardTextSceneNode and not only the text. I tried to make a normal IBillboardSceneNode and place it at the position of the textnode, but then both are overlapping. And if I put a little higher, then the text ...
by KungFuLu
Sat Nov 06, 2010 11:13 am
Forum: Off-topic
Topic: Irrlicht Mascot
Replies: 35
Views: 7461

I'm not sure, but I think that the "Irr" part in the Irrlicht is derivated from German word "Irre", which stands for crazy guy :) I go along with you that "Irr" derives from "Irre". But to my mind it makes more sense to translate it with confusing or irritati...
by KungFuLu
Mon Sep 20, 2010 8:07 pm
Forum: Bug reports
Topic: Patch flickering when manually setting the LOD
Replies: 3
Views: 877

Thanks for moving this topic hybrid. I took a short look in the source and for me it seems, that if the camera moved or rotated by a certain value (set with ITerrainSceneNode::setCameraMovementDelta or the equivalent for the rotation), the geo data gets updated. So maybe there must be a flag which i...
by KungFuLu
Sun Sep 19, 2010 12:28 pm
Forum: Bug reports
Topic: Patch flickering when manually setting the LOD
Replies: 3
Views: 877

Sorry for the double post, but here's a minimal code and a video for the problem Link to the video The code: #include "irrlicht.h" #pragma comment(lib,"irrlicht.lib") using namespace irr; int main() { //create device,sgmr and driver IrrlichtDevice * device = createDevice(video::E...