setScale

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Terry
Posts: 55
Joined: Wed Jan 27, 2010 6:16 am
Location: Peking/China

setScale

Post by Terry »

i import one irr file generated by irrEdit into irrlicht,and set mode scale to be (20,20,1),i found sometimes x-scale doesn't work,sometimes it works then i reset the project(close-open),badly it won't work again.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I'd say that this is highly unlikely, maybe something else happens with your mesh?! The setScale function is completely ignoring mesh types etc and is working with a least basic functionality from the driver. Can you show the full code to reproduce this problem?
Post Reply