Home
last modified time | relevance | path

Searched refs:entScale (Results 1 – 23 of 23) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dr_alias.c394 float entScale; in R_AliasSetUpTransform() local
453 entScale = (float)currententity->scale/100.0; in R_AliasSetUpTransform()
457 tmatrix[0][0] = pmdl->scale[0]*entScale; in R_AliasSetUpTransform()
458 tmatrix[1][1] = pmdl->scale[1]*entScale; in R_AliasSetUpTransform()
459 tmatrix[2][2] = pmdl->scale[2]*entScale; in R_AliasSetUpTransform()
460 xyfact = zfact = (entScale-1.0)*127.95; in R_AliasSetUpTransform()
463 tmatrix[0][0] = pmdl->scale[0]*entScale; in R_AliasSetUpTransform()
464 tmatrix[1][1] = pmdl->scale[1]*entScale; in R_AliasSetUpTransform()
466 xyfact = (entScale-1.0)*127.95; in R_AliasSetUpTransform()
472 tmatrix[2][2] = pmdl->scale[2]*entScale; in R_AliasSetUpTransform()
[all …]
H A Dgl_rmain.c718 float entScale; in R_DrawAliasModel() local
821 entScale = (float)e->scale / 100.0f; in R_DrawAliasModel()
825 tmatrix[0][0] = paliashdr->scale[0]*entScale; in R_DrawAliasModel()
826 tmatrix[1][1] = paliashdr->scale[1]*entScale; in R_DrawAliasModel()
827 tmatrix[2][2] = paliashdr->scale[2]*entScale; in R_DrawAliasModel()
828 xyfact = zfact = (entScale-1.0)*127.95; in R_DrawAliasModel()
831 tmatrix[0][0] = paliashdr->scale[0]*entScale; in R_DrawAliasModel()
832 tmatrix[1][1] = paliashdr->scale[1]*entScale; in R_DrawAliasModel()
834 xyfact = (entScale-1.0)*127.95; in R_DrawAliasModel()
840 tmatrix[2][2] = paliashdr->scale[2]*entScale; in R_DrawAliasModel()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dr_alias.c387 float entScale; in R_AliasSetUpTransform() local
451 entScale = (float)currententity->scale/100.0; in R_AliasSetUpTransform()
455 tmatrix[0][0] = pmdl->scale[0]*entScale; in R_AliasSetUpTransform()
456 tmatrix[1][1] = pmdl->scale[1]*entScale; in R_AliasSetUpTransform()
457 tmatrix[2][2] = pmdl->scale[2]*entScale; in R_AliasSetUpTransform()
458 xyfact = zfact = (entScale-1.0)*127.95; in R_AliasSetUpTransform()
461 tmatrix[0][0] = pmdl->scale[0]*entScale; in R_AliasSetUpTransform()
462 tmatrix[1][1] = pmdl->scale[1]*entScale; in R_AliasSetUpTransform()
464 xyfact = (entScale-1.0)*127.95; in R_AliasSetUpTransform()
470 tmatrix[2][2] = pmdl->scale[2]*entScale; in R_AliasSetUpTransform()
[all …]
H A Dgl_rmain.c778 float entScale; in R_DrawAliasModel() local
883 entScale = (float)e->scale / 100.0f; in R_DrawAliasModel()
887 tmatrix[0][0] = paliashdr->scale[0]*entScale; in R_DrawAliasModel()
888 tmatrix[1][1] = paliashdr->scale[1]*entScale; in R_DrawAliasModel()
889 tmatrix[2][2] = paliashdr->scale[2]*entScale; in R_DrawAliasModel()
890 xyfact = zfact = (entScale-1.0)*127.95; in R_DrawAliasModel()
893 tmatrix[0][0] = paliashdr->scale[0]*entScale; in R_DrawAliasModel()
894 tmatrix[1][1] = paliashdr->scale[1]*entScale; in R_DrawAliasModel()
896 xyfact = (entScale-1.0)*127.95; in R_DrawAliasModel()
902 tmatrix[2][2] = paliashdr->scale[2]*entScale; in R_DrawAliasModel()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_bones.cpp3262 static vec3_t entScale; in G2_RagDollSettlePositionNumeroTrois() local
3284 VectorSet(entScale, 1.0f, 1.0f, 1.0f); in G2_RagDollSettlePositionNumeroTrois()
3288 VectorCopy(params->scale, entScale); in G2_RagDollSettlePositionNumeroTrois()
3333 …ition[0], params->position[1], (params->position[2]+DEFAULT_MINS_2)+((bone.radius*entScale[2])+2)); in G2_RagDollSettlePositionNumeroTrois()
3361 VectorSet(testMins, -e.radius*entScale[0], -e.radius*entScale[1], -e.radius*entScale[2]); in G2_RagDollSettlePositionNumeroTrois()
3362 VectorSet(testMaxs, e.radius*entScale[0], e.radius*entScale[1], e.radius*entScale[2]); in G2_RagDollSettlePositionNumeroTrois()
H A DG2_API.cpp1548 …Info_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale) in G2API_GetRagBonePos() argument
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_bones.cpp3454 static vec3_t entScale; in G2_RagDollSettlePositionNumeroTrois() local
3476 VectorSet(entScale, 1.0f, 1.0f, 1.0f); in G2_RagDollSettlePositionNumeroTrois()
3480 VectorCopy(params->scale, entScale); in G2_RagDollSettlePositionNumeroTrois()
3525 …ition[0], params->position[1], (params->position[2]+DEFAULT_MINS_2)+((bone.radius*entScale[2])+2)); in G2_RagDollSettlePositionNumeroTrois()
3553 VectorSet(testMins, -e.radius*entScale[0], -e.radius*entScale[1], -e.radius*entScale[2]); in G2_RagDollSettlePositionNumeroTrois()
3554 VectorSet(testMaxs, e.radius*entScale[0], e.radius*entScale[1], e.radius*entScale[2]); in G2_RagDollSettlePositionNumeroTrois()
H A DG2_API.cpp1772 …Info_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale) in G2API_GetRagBonePos() argument
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A DG2_bones.cpp3335 static vec3_t entScale; in G2_RagDollSettlePositionNumeroTrois() local
3357 VectorSet(entScale, 1.0f, 1.0f, 1.0f); in G2_RagDollSettlePositionNumeroTrois()
3361 VectorCopy(params->scale, entScale); in G2_RagDollSettlePositionNumeroTrois()
3402 …ition[0], params->position[1], (params->position[2]+DEFAULT_MINS_2)+((bone.radius*entScale[2])+2)); in G2_RagDollSettlePositionNumeroTrois()
3430 VectorSet(testMins, -e.radius*entScale[0], -e.radius*entScale[1], -e.radius*entScale[2]); in G2_RagDollSettlePositionNumeroTrois()
3431 VectorSet(testMaxs, e.radius*entScale[0], e.radius*entScale[1], e.radius*entScale[2]); in G2_RagDollSettlePositionNumeroTrois()
H A Dtr_init.cpp1958 …nfo_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale);
H A DG2_API.cpp1560 …Info_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale) in G2API_GetRagBonePos() argument
/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_game.cpp556 …Info_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale) in SV_G2API_GetRagBonePos() argument
558 return re.G2API_GetRagBonePos( ghoul2, boneName, pos, entAngles, entPos, entScale ); in SV_G2API_GetRagBonePos()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_public.h350 …nfo_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale);
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_public.h340 …nfo_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale);
/dports/games/openjk/OpenJK-07675e2/code/rd-common/
H A Dtr_public.h310 vec3_t entPos, vec3_t entScale);
/dports/games/openjk/OpenJK-07675e2/codemp/rd-common/
H A Dtr_public.h181 …fo_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale );
/dports/games/openjk/OpenJK-07675e2/codemp/ghoul2/
H A Dg2_local.h352 …nfo_v &ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale);
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_syscalls.c650 …void *ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale) { in trap_G2API_GetRagBonePos() argument
651 return Q_syscall(CG_G2_GETRAGBONEPOS, ghoul2, boneName, pos, entAngles, entPos, entScale); in trap_G2API_GetRagBonePos()
H A Dcg_public.h705 …void *ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale );
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_cgameapi.cpp762 …oid *ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale ) { in CL_G2API_GetRagBonePos() argument
764 … re->G2API_GetRagBonePos( *((CGhoul2Info_v *)ghoul2), boneName, pos, entAngles, entPos, entScale ); in CL_G2API_GetRagBonePos()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_syscalls.c951 …void *ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale) { in trap_G2API_GetRagBonePos() argument
952 return Q_syscall(G_G2_GETRAGBONEPOS, ghoul2, boneName, pos, entAngles, entPos, entScale); in trap_G2API_GetRagBonePos()
H A Dg_public.h1085 …void *ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale );
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_gameapi.cpp1701 …oid *ghoul2, const char *boneName, vec3_t pos, vec3_t entAngles, vec3_t entPos, vec3_t entScale ) { in SV_G2API_GetRagBonePos() argument
1702 … re->G2API_GetRagBonePos( *((CGhoul2Info_v *)ghoul2), boneName, pos, entAngles, entPos, entScale ); in SV_G2API_GetRagBonePos()