-
-
[求助]为何hook DrawIndexedPrimitive透视过滤了不能指定人物
-
发表于:
2016-7-17 14:15
9456
-
[求助]为何hook DrawIndexedPrimitive透视过滤了不能指定人物
透了一堆 倒是包含了人物 我现在看一个网页就有透视的感觉
HRESULT WINAPI DrawIndexedPrimitive_Detour(LPDIRECT3DDEVICE9 Device_Interface, D3DPRIMITIVETYPE Type, INT BaseIndex,
UINT MinIndex, UINT NumVertices, UINT StartIndex, UINT PrimitiveCount)
if(Device_Interface->GetStreamSource(0, &Stream_Data, &Offset, &Stride) == D3D_OK)
Stream_Data->Release();
if(Stride==32&&Type==4&&BaseIndex==0&&MinIndex==0&&StartIndex==0)
{
Device_Interface->SetRenderState( D3DRS_ZENABLE,false );
}
路过朋友帮我看一下哈
[培训]科锐逆向工程师培训第53期2025年7月8日开班!