Commit d0b34378 authored by chili's avatar chili
Browse files

restore cube test

parent 2beeca89
...@@ -23,11 +23,6 @@ void App::DoFrame() ...@@ -23,11 +23,6 @@ void App::DoFrame()
{ {
const float c = sin( timer.Peek() ) / 2.0f + 0.5f; const float c = sin( timer.Peek() ) / 2.0f + 0.5f;
wnd.Gfx().ClearBuffer( c,c,1.0f ); wnd.Gfx().ClearBuffer( c,c,1.0f );
wnd.Gfx().DrawTestTriangle(
-timer.Peek(),
0.0f,
0.0f
);
wnd.Gfx().DrawTestTriangle( wnd.Gfx().DrawTestTriangle(
timer.Peek(), timer.Peek(),
wnd.mouse.GetPosX() / 400.0f - 1.0f, wnd.mouse.GetPosX() / 400.0f - 1.0f,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment