Search found 15 matches

by mrAlmond
Thu Dec 13, 2007 11:10 am
Forum: Beginners Help
Topic: FollowSplineAnimator get on which point of trajectory is it?
Replies: 5
Views: 438

I reopen this thread because I really need to know the current position of the spline animator...I'm not moving the camera so I don't need to know its position, I'm just moving meshes...please help!
Thank you.
by mrAlmond
Mon Dec 10, 2007 12:02 pm
Forum: Project Announcements
Topic: Magic Library - True Type windows font
Replies: 319
Views: 79294

Hi all Many ppl asked me to release the source code of old MagicLibrary for Irrlicht for porting it to Linux. So here it is. http://bcxdx.spoilerspace.com/BCXGL/src_DLLMagic_Irrlicht.zip hope it is useful for someone. Has anyone made a Linux package with makefiles/configure for this project? And mo...
by mrAlmond
Thu Dec 06, 2007 3:24 pm
Forum: Beginners Help
Topic: Dynamic 3D text
Replies: 3
Views: 556

Ok...this time I really need your "irrlicht guru" help... I'm very near to obtain what I need...dynamic text rendered on a texture, The solution for now is to render some text on a texture (using RTT) and then apply this texture to the mesh. Sounds easy to do...but not for me! ;-) This is ...
by mrAlmond
Wed Dec 05, 2007 1:46 pm
Forum: Beginners Help
Topic: Dynamic 3D text
Replies: 3
Views: 556

I must admit that for a while I've thought to implement that "crazy" solution you suggested me...but I think it will be very hard to handle... And what about using RTT? My idea is to render dynamic text in an offscreen buffer (texture) that will be applied to the 3D face...do you think it'...
by mrAlmond
Tue Dec 04, 2007 11:21 am
Forum: Beginners Help
Topic: Dynamic 3D text
Replies: 3
Views: 556

Dynamic 3D text

Hi all,

I've searched in the forum about this issue but no results...
I need to put dynamic 3D text on a 3D panel...a sort of custom 3D window that shows text on it...
I've tried with ITextSceneNode but is not what I need...
Is there someone who could give me some hints?

Thank you!
by mrAlmond
Mon Dec 03, 2007 4:46 pm
Forum: Beginners Help
Topic: Antialias still not working...and I've RTFM... ;-)
Replies: 1
Views: 388

Antialias still not working...and I've RTFM... ;-)

Ok...finally I'm seeing my own mesh on the irrlicht engine...I'm playing with reflections, textures etc etc...and it's all beautiful... The only thing that is still not working is antialiasing...I still view "pixelization" effects on the edges... I've tried this: irr::SIrrlichtCreationPara...
by mrAlmond
Mon Dec 03, 2007 3:26 pm
Forum: Beginners Help
Topic: Wrong shades using a Blender model in irrlicht...
Replies: 6
Views: 561

Hi...thank you for for suggestion...I've tried to flip normals as you said and now my 3D object looks better...thank you again!
by mrAlmond
Mon Dec 03, 2007 12:55 pm
Forum: Beginners Help
Topic: Wrong shades using a Blender model in irrlicht...
Replies: 6
Views: 561

Ok...I think the main problem are face normals... Here you can see that shading is very bad...showing normals you can see that they are pointing in wrong ways...I really don't know how to "normalize" them...HELP!!! http://img192.imagevenue.com/loc152/th_86298_normal_problem1_122_152lo.jpg ...
by mrAlmond
Mon Dec 03, 2007 11:37 am
Forum: Beginners Help
Topic: Wrong shades using a Blender model in irrlicht...
Replies: 6
Views: 561

However after a small search on the net I've found that my problem can be a "bevel" issue...I'm still investigating on it...
by mrAlmond
Mon Dec 03, 2007 10:19 am
Forum: Beginners Help
Topic: Wrong shades using a Blender model in irrlicht...
Replies: 6
Views: 561

P.S : How can I post my 3d model? Must I use a file sharing site like rapidshare? :?
by mrAlmond
Mon Dec 03, 2007 10:18 am
Forum: Beginners Help
Topic: Wrong shades using a Blender model in irrlicht...
Replies: 6
Views: 561

Wrong shades using a Blender model in irrlicht...

Hi all, I've made a simple 3d model using Blender. I've exported it in 3ds and x format to use it in irrlicht...but unfortunately I keep on viewing strange clipping effects and wrong shades on it... My test program uses a light that turns around the object using a flycircleanimator. I've also enable...
by mrAlmond
Mon Nov 26, 2007 7:42 am
Forum: Beginners Help
Topic: Vsync problem with OpenGL in linux ubuntu
Replies: 6
Views: 649

I've tried also that mod but nothing changes... :-( However thank you. The strange thing is that glxgears has the same problem but fgl_glxgears runs smooth...I've tried also the glexcess demo (not using irrlicht) and it also runs smooth....so I think it's only a software issue...I must find the righ...
by mrAlmond
Fri Nov 23, 2007 2:26 pm
Forum: Beginners Help
Topic: Vsync problem with OpenGL in linux ubuntu
Replies: 6
Views: 649

I've tried to change the xorg configuration but nothing changes... :(
The same problem is visible using glxgears...but if I use fgl_glxgears everything runs smooth... :roll:
by mrAlmond
Fri Nov 23, 2007 1:34 pm
Forum: Beginners Help
Topic: Vsync problem with OpenGL in linux ubuntu
Replies: 6
Views: 649

Thank you for your answers...I'll try to update my drivers (but I'm quite sure that I'm using the latest version) and I'll try also to modify my xorg.conf...
I'm not using frame-rate dependent code...

I'll let you know if something is solved...
by mrAlmond
Fri Nov 23, 2007 10:00 am
Forum: Beginners Help
Topic: Vsync problem with OpenGL in linux ubuntu
Replies: 6
Views: 649

Vsync problem with OpenGL in linux ubuntu

Hi all, This is my first post in here. I'm trying to develop a simple application in linux ubuntu using Irrlicht and OpenGL. My video card is an ATI express 1250. The major problem for now is a strange flickering/stuttering effect that appears more or less each second. I think that it could be a Vsy...