Search found 7 matches

by Ceultem
Wed Mar 01, 2017 12:02 pm
Forum: Beginners Help
Topic: Getting strange readings with valgrind
Replies: 3
Views: 670

Re: Getting strange readings with valgrind

I know. :D I used to use the open source driver before, but sadly some games don't work with it. In general I do try to use open source software when possible. Maybe I should have two OS installations, one with the closed driver, and an other one with the open source driver. :D But so, if the bug is...
by Ceultem
Wed Mar 01, 2017 6:02 am
Forum: Beginners Help
Topic: Getting strange readings with valgrind
Replies: 3
Views: 670

Getting strange readings with valgrind

Hi! :) I have just recently started to program with Irrlicht, and I'm not yet very used to it. I'm programming on Linux-based os (Debian), and recently decided to run one of my programs with valgrinds memcheck tool. Valgrind spit out a huge ammount of different errors like this:   ==2311== Invalid w...
by Ceultem
Wed Mar 01, 2017 5:51 am
Forum: Beginners Help
Topic: Creating a movable camera (FPS style)
Replies: 2
Views: 572

Re: Creating a movable camera (FPS style)

Okay, thanks for the answer. :)
by Ceultem
Sun Feb 26, 2017 7:51 am
Forum: Beginners Help
Topic: Creating a movable camera (FPS style)
Replies: 2
Views: 572

Creating a movable camera (FPS style)

Hi! :) I have been trying to create my own class for moving the camera. I know that you can achieve this in irrlicht with the FPSAnimator, but it would be nice to have your own class, since it gives you more control and such. :) So, I have been trying to get my class to work for a while, but haven't...
by Ceultem
Sun Feb 26, 2017 6:27 am
Forum: Beginners Help
Topic: Confused about vertices in Irrlicht
Replies: 6
Views: 1680

Re: Confused about vertices in Irrlicht

Thank you very much CuteAlien! :)
I now understand the vertices and indices in Irrlicht, along with the normals and tcoords. =) I was able to make the square work, and then I also successfully made a beautiful cube. Thanks for helping me get started in the world of 3D programming! :)
by Ceultem
Sat Feb 25, 2017 3:52 pm
Forum: Beginners Help
Topic: Confused about vertices in Irrlicht
Replies: 6
Views: 1680

Re: Confused about vertices in Irrlicht

Okay, thanks for the answers for both of you! :) Your answers cleared up the confusion. =) I have now done some testing with these vertex things in the style of the tutorial number 3. I'm pretty much using the same code as in the tutorial, but I first tried to create a custom scene node with only 1 ...
by Ceultem
Sat Feb 25, 2017 11:07 am
Forum: Beginners Help
Topic: Confused about vertices in Irrlicht
Replies: 6
Views: 1680

Confused about vertices in Irrlicht

Hi! I'm new to 3D programming, and I have now started to play around and program with Irrlicht. I recently started checking the Irrlicht tutorial number 3, which covers creating your own custom scene node. I am new to 3D programming, so I was a bit confused about vertices and indices. I therefore de...