The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
informatirien
Gnoblar
Posts: 12 Joined: Thu Apr 26, 2012 7:17 pm
Post
by informatirien » Mon May 21, 2012 1:42 am
hi;
i have this error when i use my file.mesh exported by 3dsmax scene exporter
OGRE EXCEPTION(5:IthemIdentityException):Entity is not animated in Entity::Get AnimationState at ..\..\..\..\OgreMain\src\OgreEntity.cpp(line667)
but when I used any file.mesh of model default I have any error
Any help please?
Thank's
LiMuBei
Goblin
Posts: 297 Joined: Mon Jun 09, 2008 3:56 pm
Location: Karlsruhe, Germany
x 10
Post
by LiMuBei » Tue May 22, 2012 9:22 am
Well, seems like your Ogre application assumes that the model you put in is animated in some way, but your model is not. That is why Ogre is not able to retrieve the animation state and throws the exception.