Search found 53 matches

by cederron
Fri Jul 21, 2006 9:14 pm
Forum: Advanced Help
Topic: How to draw filled 2D polygons?
Replies: 3
Views: 401

Just create a plane ( a 3d polygonal plane ) and assign a texture with alpha color to it ( alpha color is a special color that is transparent. Once you have this object loaded as a scene node you can rotate it as much as you want, or scale it, translate, etc.
by cederron
Thu Jul 20, 2006 12:26 am
Forum: Advanced Help
Topic: Help finding uv coordinates of a specific point.
Replies: 2
Views: 286

Help finding uv coordinates of a specific point.

Hello all, I want to find uv coordinates of a specific point in a mesh, I don't want uv coordinates of a vertex, i can do that already, so if I have a triangle and i click in the middle i want uv coordinates of that point. What I do at the moment is : -Get the point where the user clicked and the tr...
by cederron
Fri Jul 14, 2006 11:53 pm
Forum: Project Announcements
Topic: unstickification
Replies: 15
Views: 1721

Just do a sticky called 'featured projects', or something like that, that contains links to the threads of the projects.
by cederron
Fri Jul 14, 2006 11:12 pm
Forum: Beginners Help
Topic: Drawing text in texture tut doesn't work in software.
Replies: 3
Views: 153

I have resolved it, change types from s32 to s16 and a couple >>2 to >>1.

Sometimes its better to think a bit about the problem then asking to get a quick response!
by cederron
Fri Jul 14, 2006 1:02 am
Forum: Beginners Help
Topic: Drawing text in texture tut doesn't work in software.
Replies: 3
Views: 153

I think I have a clue, Emil's code manages 32 bit textures only and I don't know for sure but maybe the software renderer creates only 16 bit textures... Is that true ?
by cederron
Fri Jul 14, 2006 12:50 am
Forum: Beginners Help
Topic: Attaching a node to the camera position?
Replies: 6
Views: 390

Try to make the node a child of the cam and then when camera rotates reset the node rotation so it's always fixed. Just an idea, I'm quite new to irrlicht. Hope this helps.
by cederron
Fri Jul 14, 2006 12:46 am
Forum: Beginners Help
Topic: Drawing text in texture tut doesn't work in software.
Replies: 3
Views: 153

Drawing text in texture tut doesn't work in software.

Hello all, my first post! Well this is actually a doble post because I post it somewhere else but I think this is the correct place, sorry for that. First I must say a big thank you to Emil Halim because his work is helping me a lot. Now the question: I have followed the tutorial 'Drawing text in te...
by cederron
Thu Jul 13, 2006 11:46 pm
Forum: Project Announcements
Topic: Magic Library - True Type windows font
Replies: 319
Views: 77358

Draw text on texture doesn't work with software renderer.

Edit : FORGET this post I have resolved the problem. Hello all, my first post! First I must say a big thank you to Emil because his work is helping me a lot. Now the question: I have followed the tutorial 'Drawing text in texture' (http://www.irrforge.org/index.php/Drawing_text_in_texture ) written ...