Search found 5 matches

by Hsyenoh05
Sun Dec 18, 2022 5:22 am
Forum: Advanced Help
Topic: Fullscreen becomes too blury when using low resolutions
Replies: 1
Views: 2402

Fullscreen becomes too blury when using low resolutions

I am currently making a retro-styled game and I wanted to make the resolution 640x480, But when I do that, The screen becomes blurry (Old games didn't have blurry screens/anti-aliasing), I'd like any feedback on this.
by Hsyenoh05
Wed Nov 30, 2022 2:54 pm
Forum: Advanced Help
Topic: IrrBullet doesn't work with Irrlicht in Code::Blocks
Replies: 1
Views: 2162

IrrBullet doesn't work with Irrlicht in Code::Blocks

I built both IrrBullet and Bullet using Code::Blocks and MinGW, Irrlicht works perfectly while IrrBullet crashes the program whenever I compiled it, I changed the linker settings many times and tried everything and nothing seemed to work :( , Any help on that is appreciated.
by Hsyenoh05
Wed Nov 30, 2022 2:42 pm
Forum: Advanced Help
Topic: Player movement relative to the camera's rotation
Replies: 2
Views: 2286

Player movement relative to the camera's rotation

I added a scene node for the Player and made him move whenever I pressed any of the WASD keys, and it works, except when I move the Player's camera, I tried doing some math-related stuff in order for it to work, But I couldn't get any closer to the solution, I'd appreciate your feedback on this :)
by Hsyenoh05
Fri Oct 21, 2022 12:21 pm
Forum: Beginners Help
Topic: How do I detect mouse clicks?
Replies: 4
Views: 606

How do I detect mouse clicks?

I am not an expert when it comes to the event receiver, I would like to know how i can detect mouse clicks/position since I tried to make my own and failed.
by Hsyenoh05
Tue Oct 18, 2022 12:33 pm
Forum: Beginners Help
Topic: Interaction system
Replies: 1
Views: 129

Interaction system

How can I make first-person interaction system (to pickup item or press things such as buttons), I would appreciate any answer :D