Search found 5 matches

by alaNegru
Sat Feb 28, 2009 7:52 pm
Forum: Beginners Help
Topic: How to draw a custom shape
Replies: 3
Views: 532

i did that already. It doesn't say how to draw an arbitrary shape (decided at runtime). I want to give it the points in order and fill it with colour.
by alaNegru
Sat Feb 28, 2009 11:55 am
Forum: Beginners Help
Topic: How to draw a custom shape
Replies: 3
Views: 532

How to draw a custom shape

Hi, i am working at a 2d project and i want to use irrlicht only for rendering. (colission, geometry stuff will be independent)

My problem is how to draw a triangle and fill it with colour (or even better a texture).

I think i have to create custom scene node but i am not sure how.
by alaNegru
Mon Mar 17, 2008 1:13 pm
Forum: Beginners Help
Topic: Gravitation
Replies: 6
Views: 437

ok... isn't anyone here who made and fps, or 3rd person game and who can help me out with this?

I tried to figure out what makes it behave that way but no results. How it the event receiver made and why is my char not influenced by gravity when the receiver is taking input?
by alaNegru
Sun Mar 16, 2008 6:19 pm
Forum: Beginners Help
Topic: Gravitation
Replies: 6
Views: 437

yep... isFalling is really bugged. Still looking for a solution :D
by alaNegru
Sun Mar 16, 2008 12:24 pm
Forum: Beginners Help
Topic: Gravitation
Replies: 6
Views: 437

hey i have the same problem. First of all to modify gravity does the job but then the falling speed is too big when i am not moving and it makes stair climbing very difficult. So this isn't much of an option... I thought of increasing the gravity when i am in mid air and decrease it back whem i hit ...