There are already a lot of different buildings which look nice and also the road and signs/trees look nice. I'm looking forward to the official final release!
If the program is starting up and shutting down directly after that then you probably forgot 'Irrlicht.dll', just include it in the same directory of you're .exe and then it will do something more.
I also don't understand the dot product. What is the intention? In java the * operator is not working for quaternions that's why i used the getDotProduct function; --- But I'm sorry, but i still can't get it working :oops: I changed the HelloWorld tutorial a bit to make the code small and easy to r...
Hello, i understand the things of the wiki and also understand you're story but i can't get it working in irrlicht :roll: So, i hope you can help me out 1 more time :P My idea was to create a 'simple'(not for me) rotation first. A 45deg degree movement to the left. I made 2 pictures to explain the v...
Thanks Vermeer! That was a good max tutorial for me. It was indeed a problem in the mesh.
You're help saved me a lot of time, or else i would have searched for this problem in the engine because without light the balls look smooth, so i was thinking of a wrong set flag somewhere.
Thanks for the help Vermeer, I'm only a basic 3ds max user and don't know all the features. I'm not at home now, but i'll try it when i'm at home this evening. [offtopic] to huge table The idea was to create a snooker game, a snooker table is bigger then a pool table(the table is created with 100% w...
Thanks for the help Baal Cadar! It doesn't sound to hard, but it will take some time for me to find out how those matrixes work... :lol: About the physic library, I don't think that i'll use 1 for this project, most of the calculations are allready done. (ball collision detection and table bouncing ...
Hello coders, I'm working on a snooker game at this moment, but i've a mathematical problem now and i hope that someone can help me with this problem. The code is in Java irrlicht(Jirr) because i'm better in java, but i think that it's good understandable for someone with c experience. What I have n...
I found the problem with the event receiver! When you set the EventReceiver before the first frame then IrrLicht will create more then 1 event... The first frame event where the mouse is Moved from 0,0 to it's current position and all the other mousemovements of the user. That causes for strange beh...