Search found 29 matches

by bronxbomber92
Sat Dec 23, 2006 7:55 pm
Forum: Beginners Help
Topic: ICameraSceneNode XYZ position
Replies: 3
Views: 400

Thanks! I've got another question :p I'm trying to set really simple jumping this: void CJump::initPhysics() { jumping = false; falling = false; jumpSpeed = 10.0; gravity = 230.0; } void CJump::jump() { if ((event.EventType == EET_KEY_INPUT_EVENT && event.KeyInput.PressedDown == true) ) { sw...
by bronxbomber92
Sat Dec 23, 2006 7:10 pm
Forum: Beginners Help
Topic: ICameraSceneNode XYZ position
Replies: 3
Views: 400

ICameraSceneNode XYZ position

Hey, I'm simply trying to acces and change the camera's Y coordinate. How do I do this?
by bronxbomber92
Wed Dec 13, 2006 12:15 am
Forum: Beginners Help
Topic: IrrLua on Mac OS X
Replies: 0
Views: 199

IrrLua on Mac OS X

I was wondering if anyone has built and used IrrLua on a Mac OS X machine?
by bronxbomber92
Tue Nov 21, 2006 10:02 pm
Forum: Beginners Help
Topic: Shooting Query
Replies: 7
Views: 848

Anyone have an idea?
by bronxbomber92
Tue Nov 21, 2006 2:51 am
Forum: Beginners Help
Topic: Shooting Query
Replies: 7
Views: 848

Sorry for bumping my old thread, but I eventually got around to creating a weapon class and shooting... But the problem is, it doesn't shoot >.< Here's the shooting functions (and its file) #include <OpenGL/OpenGL.h> #pragma comment(lib, "libMacOSX.a") #include <irrlicht.h> #include "...
by bronxbomber92
Tue Nov 21, 2006 2:05 am
Forum: Beginners Help
Topic: Using the mouse on Mac OS X
Replies: 4
Views: 423

Thanks! I didn't know Irrlich could be used with objective-c/objective-c++ (why not though :p)
Should be easy enough to make into C++ code.
by bronxbomber92
Sun Nov 19, 2006 1:24 am
Forum: Beginners Help
Topic: Using the mouse on Mac OS X
Replies: 4
Views: 423

Does anyone know?
by bronxbomber92
Sat Nov 18, 2006 4:25 am
Forum: Beginners Help
Topic: Using the mouse on Mac OS X
Replies: 4
Views: 423

Using the mouse on Mac OS X

Since Mac doesn't have a "right" and "left" click per se, so for checking for mouse clicks, what do you do exactly?
by bronxbomber92
Tue Nov 14, 2006 3:00 am
Forum: Bug reports
Topic: [fixed] Collision bug fix
Replies: 14
Views: 9540

I'm uding the mac version, which I believe to be 1.0... So I don't think those are applied for me.
by bronxbomber92
Sun Nov 12, 2006 8:09 pm
Forum: Irrlicht.NET
Topic: Irrlicht.NET + Mono = Mac OS X?
Replies: 4
Views: 2258

Can this be installed on mac? Its seems like it can't :/
by bronxbomber92
Sun Nov 12, 2006 5:05 pm
Forum: Irrlicht.NET
Topic: Irrlicht.NET + Mono = Mac OS X?
Replies: 4
Views: 2258

All right, thanks :) I'll check it out
by bronxbomber92
Sun Nov 12, 2006 12:57 am
Forum: Irrlicht.NET
Topic: Irrlicht.NET + Mono = Mac OS X?
Replies: 4
Views: 2258

Irrlicht.NET + Mono = Mac OS X?

Is it possible to use Irrlicht.NET and mono together to get it working on Mac OS X?
by bronxbomber92
Fri Nov 10, 2006 7:55 pm
Forum: Bug reports
Topic: [fixed] Collision bug fix
Replies: 14
Views: 9540

Take your time :)
by bronxbomber92
Fri Nov 10, 2006 7:54 pm
Forum: Beginners Help
Topic: Clarification about two functions...
Replies: 10
Views: 518

Well, I'm using version 1.0 on my Mac, so I'm not sure where that lays with the patch...
by bronxbomber92
Fri Nov 10, 2006 6:33 pm
Forum: Beginners Help
Topic: Clarification about two functions...
Replies: 10
Views: 518

Why won't triangle selection work on different platforms? Should be fine! Do you mean due to the loss of performance i mentioned? It will probably be fine really and if you run into problems then there are things that can help that i mentioned before. So give it a go, if it doesn't work then you ca...