Search found 9 matches
- 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...
- Sun Jul 25, 2010 9:01 pm
- Forum: Beginners Help
- Topic: Performance Questions ( and problems )
- Replies: 7
- Views: 726
- Sun Jul 25, 2010 1:58 pm
- Forum: Beginners Help
- Topic: Performance Questions ( and problems )
- Replies: 7
- Views: 726
- 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...
- 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...
- 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,...
- Mon Jun 14, 2010 1:08 pm
- Forum: Beginners Help
- Topic: movement + rotation?
- Replies: 8
- Views: 1175
- 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 ...
- 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'...