Search found 20 matches

by Galaxy613
Wed Jun 01, 2005 1:55 pm
Forum: Beginners Help
Topic: Space flight rotation - 3d rts view.(SOLVED)
Replies: 12
Views: 926

Does IRRLicht has pivots? If it does it'll be damn easy. Take this Blitz3D code for example: ;Setup the window... Graphics3D 800,600,0,2 SetBuffer BackBuffer() ;Create the Camera and a dummy light... Camera = CreateCamera() PositionEntity Camera,0,5,-10 Light = CreateLight() ;Create a pivot then par...
by Galaxy613
Wed Jun 01, 2005 2:11 am
Forum: Beginners Help
Topic: It's alive!
Replies: 7
Views: 605

Damn, looking at these forums now it looks like I'm not the only one that got a problem. I'm going to make a tutorial for people who want to use C# in SharpDevelop so people in the future won't have to stumble in the darkness. :<
by Galaxy613
Wed Jun 01, 2005 2:08 am
Forum: Beginners Help
Topic: Where to start??
Replies: 12
Views: 911

OR you could just import the C# tutorial and place "Irrlicht.dll" and "Irrlicht.NET.dll" in the "bin\Debug" directory of the imported project... Sry for kicking the dead horse :<
by Galaxy613
Wed Jun 01, 2005 1:06 am
Forum: Beginners Help
Topic: Space flight rotation - 3d rts view.(SOLVED)
Replies: 12
Views: 926

Why must this be really hard? Couldn't you make a pivot and set the ship's model to child of the pivot and turn the pivot's X and Y but only change the ship's Z? :?:
by Galaxy613
Wed Jun 01, 2005 12:54 am
Forum: Beginners Help
Topic: It's alive!
Replies: 7
Views: 605

It's alive!

Hello! Sry for sounding n00b or something, sense I'm not, but I'm damn happy sense: IRRLICHT WORKS :D :D :D Tis the first 3D Engine in any programming language (C... C++... C#...) that I got working, I had to use Blitz3D for my 3D needs until now! I've been constantly looking and looking for new 3D ...