ISkinnedMesh wishes

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
wing64
Competition winner
Posts: 242
Joined: Wed Jul 23, 2008 2:35 am
Location: Thailand
Contact:

ISkinnedMesh wishes

Post by wing64 »

ISkinnedMesh.h (trunk rev 4446)
1. I'm not sure you forget some interface

Code: Select all

virtual void updateBoundingBox(void)=0;
2. If possible SWeight struct Could you public StaticPos & StaticNormal ? (purpose for blendshape)
3. finalize() in CSkinnedMesh.cpp line 964 Could you have parameter for enable/disable optimize and check keyframes because very slow when call this (may be depend with push_front).
thanks,
Post Reply