Home
last modified time | relevance | path

Searched refs:head_group_origin (Results 1 – 6 of 6) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DGraphicsTypes.h373 short head_group_origin; member
464 fastaccess.head_group_origin = 0; in EERIE_3DOBJ()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DObject.cpp183 eerie->fastaccess.head_group_origin = -1; in EERIE_Object_Precompute_Fast_Access()
187 eerie->fastaccess.head_group_origin = checked_range_cast<short>(lHeadOrigin); in EERIE_Object_Precompute_Fast_Access()
1217 fastaccess.head_group_origin = 0; in clear()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DNPC.cpp3673 long grp = ioo->obj->fastaccess.head_group_origin; in ARX_NPC_GetFirstNPCInSight()
3684 GetVertexPos(ioo, ioo->obj->fastaccess.head_group_origin, &orgn); in ARX_NPC_GetFirstNPCInSight()
3686 grp = io->obj->fastaccess.head_group_origin; in ARX_NPC_GetFirstNPCInSight()
3697 GetVertexPos(io, io->obj->fastaccess.head_group_origin, &dest); in ARX_NPC_GetFirstNPCInSight()
3816 long grp = io->obj->fastaccess.head_group_origin; in CheckNPCEx()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/spells/
H A DSpells07.cpp665 long idx = entities[spells[spellinstance].target]->obj->fastaccess.head_group_origin; in Render()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/particle/
H A DParticleEffects.cpp757 && entities.player()->obj->fastaccess.head_group_origin > -1) { in ManageTorch()
758 short vertex = entities.player()->obj->fastaccess.head_group_origin; in ManageTorch()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/animation/
H A DAnimationRender.cpp746 …if ((io) && (io->obj->fastaccess.view_attach >= 0) && (io->obj->fastaccess.head_group_origin != -1… in Cedric_ApplyLighting()
748 tv.y = io->obj->vertexlist3[io->obj->fastaccess.head_group_origin].v.y + 10; in Cedric_ApplyLighting()