debut triangle

This commit is contained in:
axelpicou
2024-03-20 13:03:56 +01:00
parent 70c19f4619
commit 6bd66dc5d4
11 changed files with 433 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ bool ApplicationClass::Frame()
bool ApplicationClass::Render()
{
// Clear the buffers to begin the scene.
m_Direct3D->BeginScene(0.5f, 0.5f, 0.5f, 1.0f);
m_Direct3D->BeginScene(255.0f, 255.0f, 0.0f, 1.0f);
// Present the rendered scene to the screen.