下你所需,载你所想!
汇集开发技术源码资料

clayui展示界面动态效果

:2.89MB :1 :2022-10-12 16:27:54

部分简介

clayui展示界面动态效果如果开发者对于本文件有需要的可以参考。
RECT rect;
GetClientRect(g_hwnd, &rect);
float fe = (rect.bottom - rect.top) * 1.0f / (rect.right - rect.left);
float y = (rect.bottom - rect.top) / 2;
float x = (rect.right - rect.left) / 2;
CLAYUI_Set3DLookat(x, y, -800);
D3DXVECTOR3 vEyePt( x, y, 0);
D3DXVECTOR3 vLookatPt( x, y, -800.0f );
D3DXVECTOR3 vUpVec( 0.0f, -1.0f, 0.0f );
D3DXMATRIXA16 matView;
D3DXMatrixLookAtLH( &matView, &vEyePt, &vLookatPt, &vUpVec );
│ ├── Textures.ncb
│ ├── Textures.opt
│ ├── Textures.plg
│ ├── XFile.cpp
│ ├── XFile.h
│ ├── XString.h
│ ├── config_clayui.h
│ └── readme.txt
└── clayui_CoverFlow.7z
9 directories, 62 files

热门推荐

相关文章