Search found 9 matches

by ericklima.comp
Fri Aug 20, 2010 1:57 pm
Forum: Beginners Help
Topic: Weirdest crash ever
Replies: 12
Views: 952

I think it might be a bug on the FileSystem. I'm getting an error when I try to Load a simple Texture. I added one texture, then I tried to load another one and the application crashed on the the getTexture() function. A curious thing is that I just loaded this texture before and it worked. I debugg...
by ericklima.comp
Sun Jul 25, 2010 9:01 pm
Forum: Beginners Help
Topic: Performance Questions ( and problems )
Replies: 7
Views: 726

I think I found the problem.
I think it is the OpenGL diver on their machines.
But we don't know how we can update this. :?
I'm gonna use the irrExtensions to re-compile my Engine,
so I can offer the directX driver option under Windows.
by ericklima.comp
Sun Jul 25, 2010 1:58 pm
Forum: Beginners Help
Topic: Performance Questions ( and problems )
Replies: 7
Views: 726

No man, I'm not using NPOT textures.
I had some problems using that in the past.
It screwed up my images!
All my images are now power of two images.
by ericklima.comp
Sat Jul 24, 2010 10:43 pm
Forum: Beginners Help
Topic: Performance Questions ( and problems )
Replies: 7
Views: 726

We tried OpenGL, D3D8 and D3D9 drivers. And the graphics are not complex. First we draw some 2D stuff. It's already slower on their pc's. When we try to run the 3D level, the character barely moves on their machines, but on mine the character looks pretty good. I don't know if its possible, but I th...
by ericklima.comp
Sat Jul 24, 2010 8:47 pm
Forum: Beginners Help
Topic: Performance Questions ( and problems )
Replies: 7
Views: 726

Performance Questions ( and problems )

Hello guys, I've searched throughout the forum but I didn't find anything about this subject. So... I'm posting it now. :) Maybe it's a noob question, but I'm getting a headache because of it, so I decided to post it here and ask for help one more time. I'm coding a game as part of my graduation pro...
by ericklima.comp
Mon Jun 28, 2010 8:59 pm
Forum: Beginners Help
Topic: movement + rotation?
Replies: 8
Views: 1175

Hello guys!!! Your support helped me a lot!!! After my last post, I suceeded to code the camera the way wanted. \o/ I created the camera as a child of my character node. Then I added a new Scene Node to get the direction. So I used the FPSCamera as an example to make all the movement stuff. For now,...
by ericklima.comp
Mon Jun 14, 2010 1:08 pm
Forum: Beginners Help
Topic: movement + rotation?
Replies: 8
Views: 1175

Hello again! :D
I'll try something like that!
But i think I'm gonna use a dummy scene node.
If it works, I'll let you know!!!
One more question:
These scene nodes must be parent and child of each other?

Anyway,
Thanks a lot for answering, mataanjin!!! :D
by ericklima.comp
Sun Jun 13, 2010 2:56 pm
Forum: Beginners Help
Topic: movement + rotation?
Replies: 8
Views: 1175

Hello guys! I'm having a very similar problem. I'm trying to make my node movements this way (Inspired by Resident Evil 4 Camera Style): 1 - Left and Right keys rotate my character node; 2 - Up and Down move my character node in the direction it's looking at. My problem: How am I suposed to get the ...
by ericklima.comp
Tue Mar 02, 2010 12:48 pm
Forum: Beginners Help
Topic: GUITool works in 1.7.1?
Replies: 5
Views: 540

Bug in the Gui Tool v. 1.7.1

Both versions(1.6 and 1.7.1) have bugs. I've found a new bug in the version 1.7.1: There's no scroll bar!!! :shock: I've compiled the tool using gcc MingW ( Code::Blocks ) and tried the bin provided too. But there's a bug. I'm currently using the 1.6 tool version. The text input was a problem but I'...