Search found 5 matches

by Leiden
Sun Oct 09, 2005 3:09 am
Forum: Advanced Help
Topic: Making Bitmap Fonts
Replies: 0
Views: 345

Making Bitmap Fonts

I have tried IrrFontTool but the results werent too impressive :( Are there any tools availiable that can output a BMP font compatible with Irrlicht that uses Alpha transparency instead of Masked 0,0,0. It would give much nicer results. I have tried Bitmap Font Tool by LMNOPC but I couldnt get ...
by Leiden
Sun Oct 09, 2005 2:40 am
Forum: Beginners Help
Topic: DDS fileformat
Replies: 2
Views: 503

Its not absolutely critical or anything to me... first I have to make something to use a texture ;) but it would be a highly welcomed addition :)
by Leiden
Sun Oct 09, 2005 2:37 am
Forum: Beginners Help
Topic: "Build Error" and "No new line in the end of
Replies: 13
Views: 948

IIRR the newline is not an error but a warning message. It must be something else in the code thats amis.
by Leiden
Sun Oct 09, 2005 2:34 am
Forum: Beginners Help
Topic: No collision in animation
Replies: 2
Views: 414

You definately need path finding, basically all pathfinding is just a set of waypoints around the map, when you tell the character to move to position X the pathfinding would kick in and the player would navigate the waypoints to reach the destination. So if there is something like a tree you would ...
by Leiden
Sat Oct 08, 2005 3:56 am
Forum: Bug reports
Topic: Shadows Bug
Replies: 1
Views: 439

Shadows Bug

Ok in the SpecialFX demo, enable realtime shadows and then run the demo. Now follow the shadow of the fairy around the room until it stops. For some reason the shadow will freeze and wont continue to be updated by the lights position, its as if the light was static behind the camera, but instead the ...