Search found 7 matches

by X-prt
Thu Nov 01, 2007 11:09 am
Forum: Beginners Help
Topic: collision is my Enemy [HELP]
Replies: 10
Views: 802

i think the problem may be that your wall doesn't have the HITTABLE_NODE bitmask, does it?
by X-prt
Mon Oct 22, 2007 6:33 am
Forum: Bug reports
Topic: 2 Questions to Textures
Replies: 10
Views: 991

yes you're right, jef

i'm using 1.3.1

ok i'll try the beta.

thanks for the info
by X-prt
Mon Oct 15, 2007 11:54 am
Forum: Bug reports
Topic: 2 Questions to Textures
Replies: 10
Views: 991

i thought of rendering to the texture.
but i thought that could be slow...

okay it'll not be too slow, i think.

do you have any idea, why there are scrolled all my textures, instead of only the one i use the method on? (is that correct english :oops: ?)

thanks a lot again for helping me out
by X-prt
Sun Oct 14, 2007 6:07 pm
Forum: Bug reports
Topic: 2 Questions to Textures
Replies: 10
Views: 991

thanks a lot... all problems solved that scrolling works now, but it scrolls all my textures... i have no idea why, because the object orientated call on this method should only transform the texture from the object, that it was called on, shouldn't it? is there any good way of using drawing-functio...
by X-prt
Sat Oct 13, 2007 4:44 pm
Forum: Bug reports
Topic: 2 Questions to Textures
Replies: 10
Views: 991

2 Questions to Textures

I searched a while in the Forums and found a few Threads about texture-scrolling and everytime it's said to should work doesn't that's exactly my first problem... that stands in the main-loop: cube->getMaterial(0).getTextureMatrix(0).setTranslation(core::vector3df(x,y,0)); y+=0.01f; x+=0.01f; no eff...
by X-prt
Thu Oct 11, 2007 3:21 pm
Forum: Beginners Help
Topic: ISceneManager
Replies: 4
Views: 353

D'oh... i solved it.... rogerborg, you were right... my output-directory was not where the Irrlicht.dll was... now it is and surprise, it works. thanks a lot. @sader: #pragma comment(lib, "Irrlicht.lib") doesn't that tell the linker to link the Irrlicht.lib? then that cannot be the mistake...
by X-prt
Wed Oct 10, 2007 6:33 pm
Forum: Beginners Help
Topic: ISceneManager
Replies: 4
Views: 353

ISceneManager

Hello everyone, first: I'm a German so don't expect a perfect English :wink: I started using Irrlicht a few weeks ago, and now i suddenly have problems i hadn't had before. I know that 99% of the Softwareproblems sit in front of the monitor and that's why i can't believe that Irrlicht is to blame in...