Search found 6 matches

by henkten
Sat May 23, 2009 5:52 am
Forum: Advanced Help
Topic: [SOLVED] Unwanted artifacts (lines) when using billboards
Replies: 15
Views: 2093

Thanks

Thank you Mel for the solution and to DavidR for creating this thread and for putting in the solution code so plainly in the end- that really helps newbies like me :D, I wish guys would do that more often.
by henkten
Sat May 23, 2009 1:58 am
Forum: Code Snippets
Topic: Animated Texture Demo
Replies: 11
Views: 7570

Thank you!

Thank you very much for that Virion, it's very helpful to me. It's just straight forward and gives you animated textures, not run around with NO instructions or directions for beginners like what many other people post. That was very generous of you. I see JP said that there's a texture animator, bu...
by henkten
Fri Apr 10, 2009 10:27 pm
Forum: Off-topic
Topic: my new website!
Replies: 8
Views: 2020

Hey jingquan, I just came from the site, the design is awesome man. Really nice overall, I love the nice artwork, the relaxing soft colour scheme. Really nice website and great work man! Great artist, designer and programmer :shock: - alot of talent to thank God for man, lol. :)
by henkten
Thu Oct 09, 2008 11:43 am
Forum: Beginners Help
Topic: Rotate object using cursor inputs
Replies: 4
Views: 527

Solution

Thanks for the advice Hybrid, I concur. :) Here's the page with almost identical request and solution-
http://irrlicht.sourceforge.net/phpBB2/ ... manipulate
by henkten
Sat Oct 04, 2008 7:41 pm
Forum: Beginners Help
Topic: Rotate object using cursor inputs
Replies: 4
Views: 527

I've found another post in the forums that explains what I'm trying to do(searched forum before I posted this topic, but apparently didn't search thoroughly enough), but I don't know how to delete this topic though. I apprecite the advice still Rogerborg. :D
by henkten
Fri Oct 03, 2008 5:37 pm
Forum: Beginners Help
Topic: Rotate object using cursor inputs
Replies: 4
Views: 527

Rotate object using cursor inputs

Hi everyone :) , I'm new to irrlicht, so please bear with me. :( I'm trying to get an cube to rotate when I move the mouse, on the x & y planes, corresponding to the x and y values from Cursor input. I used the cursor's getPosition function, put it in 3d vector, used it in setRotation, but I did...