Search found 20 matches

by Galaxy613
Fri Jun 03, 2005 11:34 pm
Forum: Advanced Help
Topic: Muiltable Events?
Replies: 2
Views: 258

I think I found it, but someone should make a tutorial on this that gets stickied.
by Galaxy613
Fri Jun 03, 2005 8:47 pm
Forum: Off-topic
Topic: Micro$oft XML patent
Replies: 7
Views: 859

Robomaniac wrote:...makes the patent impossible to defend in court.
Ah ha! But you forgot that the USA's courts like to defend stupid and meaningless things! And usually does what the mega-corpation wants it to. :P
by Galaxy613
Fri Jun 03, 2005 8:37 pm
Forum: Advanced Help
Topic: Muiltable Events?
Replies: 2
Views: 258

Muiltable Events?

It doesn't matter if it's in C++ or C#. It looks like you can NOT detect if more then one button is being hit/pressed! Please tell me I'm wrong! :?
by Galaxy613
Fri Jun 03, 2005 2:19 pm
Forum: Beginners Help
Topic: c# ISceneNode Inherintance (like 03.CustomSceneNode in c++)
Replies: 3
Views: 359

Hmmm, this IS a tough one. :? Keep at it and some time you'll get it. :D Heres what I got, but now it says "No Overload method for 'ISceneNode' takes 0 arguments." :roll: class ExtendedSceneNode : ISceneNode { #region Varaibles ISceneNode node; ISceneManager localsmgr; #endregion public Ex...
by Galaxy613
Fri Jun 03, 2005 1:27 am
Forum: Beginners Help
Topic: How do I write text to the screen with C#?[SOVLED!!!]
Replies: 0
Views: 263

How do I write text to the screen with C#?[SOVLED!!!]

This is getting really really frustrating!! I can't find out how to write to the screen in C#. In C++ I could just add static text, but GUI does not work in C#! And when I try to do "IGUIFont fnt = new IGUIFont(null);" so I can do "fnt.Draw("Hello World!",new Position2D(32,3...
by Galaxy613
Thu Jun 02, 2005 10:21 pm
Forum: Project Announcements
Topic: Tutorials in c#
Replies: 16
Views: 5954

Thanks a bunch Elric!!!! :D That translated 04.Movement example helped a TON! This really sucks that I have no one to help me with C# IRRLicht :< seems like everyone uses C++ and nothing but C++, if I try to search the forums I only get stuff about C++, NOTHING to help me with what I need help with.
by Galaxy613
Thu Jun 02, 2005 10:19 pm
Forum: Project Announcements
Topic: [codedump] 4D-Vector
Replies: 3
Views: 1228

Whats a 4D vector good for? :?
by Galaxy613
Thu Jun 02, 2005 3:25 pm
Forum: Beginners Help
Topic: Just one question and I'm off...
Replies: 4
Views: 340

So I just load it as a animatied mesh even if it isn't without any bad effects? Thats good because I did just that! http://subsoap.com/ck/Spacetest01.PNG Now, to figure this Font stuff so I can print text to the screen.. :? Then after that find out how to detect key presses then I can make something!
by Galaxy613
Thu Jun 02, 2005 2:28 pm
Forum: Beginners Help
Topic: Just one question and I'm off...
Replies: 4
Views: 340

I don't want to load a animation *.3ds! I just want to load a static mesh that I can move, rotate, and scale! Is that so much to ask? :oops:
by Galaxy613
Thu Jun 02, 2005 2:58 am
Forum: Beginners Help
Topic: Just one question and I'm off...
Replies: 4
Views: 340

Just one question and I'm off...

Just one question then I'm off programming with IRRLicht. How the HECK do I load a *.3ds?? :? I looked at the C# Helloworld example but it only has a static Animation mesh! I want to be able to move this! I also looked at IMesh but it looks like it doesn't have a position nor anything else either! C...
by Galaxy613
Thu Jun 02, 2005 1:57 am
Forum: Beginners Help
Topic: Space flight rotation - 3d rts view.(SOLVED)
Replies: 12
Views: 914

Neat stuff AND no pivots to mess with! :)
by Galaxy613
Wed Jun 01, 2005 3:47 pm
Forum: Beginners Help
Topic: Weird Build Error in Dev-C++?
Replies: 0
Views: 257

Weird Build Error in Dev-C++?

Sorry if this has been asked before, but recently when I changed some code and went to recompile I get Build Error 1! What the heck is it and what do I do to get rid of it? :?
by Galaxy613
Wed Jun 01, 2005 3:31 pm
Forum: Beginners Help
Topic: How do you recompile Irrlicht .10 (DevC++) to use Directx9?
Replies: 10
Views: 2539

Does anyone have a DLL compiled that supports DX9 and 8? because I'm afarid I'll screw soemthing up. :?
by Galaxy613
Wed Jun 01, 2005 2:45 pm
Forum: Beginners Help
Topic: It's alive!
Replies: 7
Views: 595

Heh, thanks I will try to stick with C++ for awhile. Sadly the documention for C++ is a lot less friendly then the .NET one, in the .NET one you can look for something yourself OR search, but it seems like you HAVE to search in the non .NET one. :< At anyrate, I got the sample code from the Dev-CPP ...
by Galaxy613
Wed Jun 01, 2005 2:20 pm
Forum: Beginners Help
Topic: It's alive!
Replies: 7
Views: 595

Ey, I'm going to see about getting C++ to work, if it doesn't I'll stick with C#. Happy? ;)

You SHOULD be happy sense Dev-CPP is now able to work with IRRLicht. :roll: C++ it is.