Home
last modified time | relevance | path

Searched refs:startFrameLoop (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCAnimatedMeshMD2.cpp249 IMesh* CAnimatedMeshMD2::getMesh(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endFrameLoop) in getMesh() argument
254 if (startFrameLoop == -1 && endFrameLoop == -1) in getMesh()
256 startFrameLoop = 0; in getMesh()
260 updateInterpolationBuffer(frame, startFrameLoop, endFrameLoop); in getMesh()
293 void CAnimatedMeshMD2::updateInterpolationBuffer(s32 frame, s32 startFrameLoop, s32 endFrameLoop) in updateInterpolationBuffer() argument
300 if (endFrameLoop - startFrameLoop == 0) in updateInterpolationBuffer()
309 u32 s = startFrameLoop >> MD2_FRAME_SHIFT; in updateInterpolationBuffer()
H A DCAnimatedMeshMD3.h39 …virtual SMD3QuaternionTagList* getTagList(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endF…
60 s32 startFrameLoop, s32 endFrameLoop);
101 Frame(frame), startFrameLoop(start), in Frame()
110 s32 startFrameLoop; member
H A DCAnimatedMeshMD3.cpp139 SMD3QuaternionTagList *CAnimatedMeshMD3::getTagList(s32 frame, s32 detailLevel, s32 startFrameLoop,… in getTagList() argument
144 getMesh(frame, detailLevel, startFrameLoop, endFrameLoop); in getTagList()
150 IMesh* CAnimatedMeshMD3::getMesh(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endFrameLoop) in getMesh() argument
156 SCacheInfo candidate(frame, startFrameLoop, endFrameLoop); in getMesh()
160 startFrameLoop = core::s32_max(0, startFrameLoop >> IPolShift); in getMesh()
179 frameA = core::if_c_a_else_b(frame < startFrameLoop, endFrameLoop, frame); in getMesh()
180 frameB = core::if_c_a_else_b(frameA + 1 > endFrameLoop, startFrameLoop, frameA + 1); in getMesh()
191 frameA = core::s32_clamp(frame, startFrameLoop, endFrameLoop); in getMesh()
H A DCAnimatedMeshMD2.h50 …virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1);
H A DCSkinnedMesh.h48 …virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1);
H A DCAnimatedMeshHalfLife.h492 virtual IMesh* getMesh(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endFrameLoop);
H A DCQ3LevelMesh.h60 s32 startFrameLoop=-1, s32 endFrameLoop=-1);
H A DCSkinnedMesh.cpp75 IMesh* CSkinnedMesh::getMesh(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endFrameLoop) in getMesh() argument
H A DCAnimatedMeshHalfLife.cpp711 IMesh* CAnimatedMeshHalfLife::getMesh(s32 frameInt, s32 detailLevel, s32 startFrameLoop, s32 endFra… in getMesh() argument
H A DCQ3LevelMesh.cpp198 IMesh* CQ3LevelMesh::getMesh(s32 frameInMs, s32 detailLevel, s32 startFrameLoop, s32 endFrameLoop) in getMesh() argument
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DIAnimatedMesh.h97 …virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1)…
H A DSAnimatedMesh.h69 virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1)
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DIAnimatedMesh.h97 …virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1)…
H A DSAnimatedMesh.h69 virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1)
H A DIAnimatedMeshMD3.h294 …virtual SMD3QuaternionTagList* getTagList(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endF…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/sp/
H A Dsp_mesh.hpp67 s32 startFrameLoop=-1, s32 endFrameLoop=-1) in getMesh() argument
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCSkinnedMesh.h57 …virtual IMesh* getMesh(s32 frame, s32 detailLevel=255, s32 startFrameLoop=-1, s32 endFrameLoop=-1);
H A DCSkinnedMesh.cpp75 IMesh* CSkinnedMesh::getMesh(s32 frame, s32 detailLevel, s32 startFrameLoop, s32 endFrameLoop) in getMesh() argument