: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
04-25D2D远景动态效果,很漂亮的动态窗口场景
01-26无组件无图片实现拥有动态效果的进度条
12-11很漂亮的移动的动态效果
07-08普通的WEGAME纯组件ui动态效果
04-30网页3D天空云层图片动态效果源码
12-09网页悬挂动态效果404错误页面源码
11-26Word相关特定文字添加动态效果