prep the select func
This commit is contained in:
@@ -234,4 +234,9 @@ void ApplicationClass::AddCube()
|
||||
newCube->SetTranslateMatrix(XMMatrixTranslation(0.0f, 0.0f, 0.0f));
|
||||
|
||||
m_cubes.push_back(newCube);
|
||||
}
|
||||
}
|
||||
|
||||
void ApplicationClass::SelectedObject(int mouseX, int mouseY)
|
||||
{
|
||||
// TODO: Implement this function
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user