Search found 8 matches
- Tue Nov 02, 2010 4:16 pm
- Forum: Beginners Help
- Topic: Understanding Irrlicht Positioning
- Replies: 1
- Views: 318
Understanding Irrlicht Positioning
I couldn't find a good article on this forum describing my question (perhaps because I don't know the exact terms I'm asking about..), so i thought I'd ask here. The first part of my question is in irrlicht how do I set position based on a rotation. I believe what I want to do is first augment the (...
- Thu Oct 01, 2009 9:24 am
- Forum: Beginners Help
- Topic: OS X Xcode 3.2
- Replies: 15
- Views: 2780
Ahh brilliant! It is working like a charm now, and building it as a cocoa app versus a console app also fixed all my keyboard focus problems :) The last problem I'm having is that on top of the irrlicht window popping up, the cocoa window that evidently was initially part of the project is also popp...
- Thu Oct 01, 2009 3:45 am
- Forum: Beginners Help
- Topic: OS X Xcode 3.2
- Replies: 15
- Views: 2780
Sure thing, and thanks for the help :) Like I said I am not familiar with OS X development. That being said in the newest xcode (3.2), I create a new cocoa application. I then add a new file, main.cpp, insert the tutorial 1 code, and add the irrlicht framework to my build target. Note - this is wher...
- Wed Sep 30, 2009 8:12 pm
- Forum: Beginners Help
- Topic: OS X Xcode 3.2
- Replies: 15
- Views: 2780
Fair enough. The problem is I am not a seasoned os x developer. I just happen to only have a mac laptop to develop my project on when I'm not at home. That being said I create a new cocoa application (which I thought was obj c only), and add the irrlicht framework, pump in the example 1 code, and re...
- Wed Sep 30, 2009 4:42 pm
- Forum: Beginners Help
- Topic: OS X Xcode 3.2
- Replies: 15
- Views: 2780
OS X Xcode 3.2
Since the new xcode (3.2) no longer supports carbon applications apparently, is there anyway for me to be able to build an application with irrlicht using cocoa? Or what now is the preferred way of creating an application under os x, the information currently on the forum seems outdated for older ve...
- Tue Sep 29, 2009 11:03 pm
- Forum: Beginners Help
- Topic: OS X Keyboard Input
- Replies: 2
- Views: 346
- Mon Sep 28, 2009 3:56 pm
- Forum: Beginners Help
- Topic: OS X Keyboard Input
- Replies: 2
- Views: 346
OS X Keyboard Input
Hey,
When trying to use something like an fps camera, or an event callback, anytime I press a key, it "goes through the window". As in my selected window isn't the target of my key presses it seems, and don't get processed. How can I fix this?
When trying to use something like an fps camera, or an event callback, anytime I press a key, it "goes through the window". As in my selected window isn't the target of my key presses it seems, and don't get processed. How can I fix this?
- Wed Sep 23, 2009 4:27 am
- Forum: Beginners Help
- Topic: Vehicle driving over terrain
- Replies: 5
- Views: 495
Vehicle driving over terrain
Hi, Perhaps this has been answered before, but I'm not even sure what the name of the technique for this is called. Basically I am able to load up my terrain, as well as my vehicle, but I am unsure how to "drive" that vehicle over terrain. IE have it react realistically to the uneveness of...