Anyone here know where i can find programers that can use this engine well?
im looking for some game coders that wana work on a project but didnt know where to start looking.
Search found 24 matches
- Fri Nov 19, 2010 7:57 am
- Forum: Beginners Help
- Topic: Programmers
- Replies: 1
- Views: 192
- Mon Oct 25, 2010 9:24 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
if you could do that it would be great :). thanks so much for all your help. i been trying to do it my self i just cant seem to get the code right. also since im working with a groube of 5 people (3 of them are coders including me) im thinking of making this my last bit of code i do for 3d stuff XD....
- Sun Oct 24, 2010 9:41 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
ok i read though it all. but my thing i dont get is how did you know that mat[8] mat[9] and mat[10] in the matrix array would find the forward vector of the model. i have a felling ill have to use vectors to make the banking to work. i tried to get it working but im not sure how to make the ship onl...
- Sun Oct 24, 2010 9:30 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
thanks :) ill have a read though that now. there is a few things i dont get now but maybe ill get when i have read through the matrix. one is i want the ship to aply thrust based on its old vector. i was thinking of trying to do somthing where it would then look at the old vector and move along the ...
- Thu Oct 21, 2010 6:22 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
Good news :) i am really starting to get it now :). i have managed to code it so that when you turn without pressing w it will now drift. i am starting to understand the GetIrrIn function you made. however i still am not getting the matrix part. what exactly is 8 9 10 working out? becuase i saw the ...
- Wed Oct 20, 2010 8:27 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
ok i think im starting to some what get it. GetIrrIn is the back and front of ship. but what i dont get is how on earth those that come from the code inside hehe. also is there anyway to do the same with rotations?. i just wish i understude more about 3d code lol. i mean i know C++ but this is almos...
- Wed Oct 20, 2010 8:15 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
i fill like a noob lol :P. is the GetIrrIn a thing you defined?. becuase it looks like its a function. if it is what does getRelativeTransformation() do? in(mat[8],mat[9],mat[10]); and what is the deal with mats? i dont really get them lol. i know its ment to be 3 postions. but how does that work wi...
- Tue Oct 19, 2010 11:00 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
i been tryingto go through how to do it. i got your trust code. that makes sence. but what i am finding hard. is trying to do what i want lol. i know what i want i just dont know what syntax is needed. I been looking at the Hierarchy to try and get some of the syntax i need but its hard when your do...
- Tue Oct 19, 2010 10:17 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
- Tue Oct 19, 2010 9:59 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
- Tue Oct 19, 2010 2:11 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
the code looks like it works. im still trying to work things out. I am a bit tired now. i think you have helped me in what i was looking for :D. thank you so much for all your help. there is still on think im not sure i know how to do. but ill see if i can figure it out tomorrow. its 12:10 here atm....
- Tue Oct 19, 2010 1:49 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
- Tue Oct 19, 2010 12:00 pm
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
ok :). sorry if i am sounding a bit think. im really not used to game programing. how do you rotat a little bit? if (LEFT) then rotate node left by some small amount; if (RIGHT) then rotate node right by some small amount; if (UP) then rotate the node up a little. im pretty sure those arnt commands....
- Tue Oct 19, 2010 10:25 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
ok well im very exhausted atm. been a long day at work :). been helping out someone with landscaping so by the end of the day its hard to think of complex things XD. um i managed to get the camera i wanted. i came up with the idea that since i am moving the model on a 2d plane. i can move the camera...
- Tue Oct 19, 2010 7:05 am
- Forum: Beginners Help
- Topic: Need some help on some things
- Replies: 36
- Views: 1561
thanks for all you guys help i manged to get what i wanted apart from one thing. how can you make it so the model accelrates to that speed over time. and when the key is released the model keeps moving. another thing is when the model is rotated how do you change its Z axes. or is there another way ...