Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
hw3d
Commits
d0b34378
Commit
d0b34378
authored
Feb 19, 2019
by
chili
Browse files
restore cube test
parent
2beeca89
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw3d/App.cpp
View file @
d0b34378
...
...
@@ -23,11 +23,6 @@ void App::DoFrame()
{
const
float
c
=
sin
(
timer
.
Peek
()
)
/
2.0
f
+
0.5
f
;
wnd
.
Gfx
().
ClearBuffer
(
c
,
c
,
1.0
f
);
wnd
.
Gfx
().
DrawTestTriangle
(
-
timer
.
Peek
(),
0.0
f
,
0.0
f
);
wnd
.
Gfx
().
DrawTestTriangle
(
timer
.
Peek
(),
wnd
.
mouse
.
GetPosX
()
/
400.0
f
-
1.0
f
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment