|
@@ -1057,19 +1057,6 @@ type clamp(intype in)
|
|
|
//-------------------------------------------------------------------------------
|
|
|
int CDisplay::HandleTreeViewPopup(WPARAM wParam,LPARAM lParam)
|
|
|
{
|
|
|
- // helper class
|
|
|
- struct Info
|
|
|
- {
|
|
|
- Info( D3DXVECTOR4* p1,
|
|
|
- AssetHelper::MeshHelper* p2,
|
|
|
- const char* p3)
|
|
|
- : pclrColor(p1),pMesh(p2),szShaderParam(p3) {}
|
|
|
-
|
|
|
- D3DXVECTOR4* pclrColor;
|
|
|
- AssetHelper::MeshHelper* pMesh;
|
|
|
- const char* szShaderParam;
|
|
|
- };
|
|
|
-
|
|
|
// get the current selected material
|
|
|
std::vector<Info> apclrOut;
|
|
|
const char* szMatKey;
|