Home
last modified time | relevance | path

Searched refs:EERIE_GROUP (Results 1 – 3 of 3) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DGraphicsTypes.h557 struct EERIE_GROUP struct
581 EERIE_GROUP * groups; argument
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DObject.cpp285 eerie->groups = allocStructZero<EERIE_GROUP>(th->nb_key_frames * th->nb_groups); in TheaToEerie()
370 EERIE_GROUP * eg = &eerie->groups[j + i * th->nb_groups]; in TheaToEerie()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/animation/
H A DAnimationRender.cpp326 EERIE_GROUP * sGroup = &eanim->groups[j+(animuse->fr*eanim->nb_groups)]; in Cedric_AnimateObject()
327 EERIE_GROUP * eGroup = &eanim->groups[j+(animuse->fr*eanim->nb_groups)+eanim->nb_groups]; in Cedric_AnimateObject()