-
-
[求助]为何hook DrawIndexedPrimitive透视过滤了不能指定人物
-
发表于:
2016-7-17 14:15
9316
-
[求助]为何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 );
}
路过朋友帮我看一下哈
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!