Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laszlo Agocs
qtrhi
Commits
05bc4e93
Commit
05bc4e93
authored
Mar 19, 2019
by
Laszlo Agocs
Browse files
Reemove leftover file
parent
562158de
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/rhi/shared/cube_with_normals.h
deleted
100644 → 0
View file @
562158de
#ifndef CUBENORM_H
#define CUBENORM_H
// clang-format off
static
const
float
cube
[]
=
{
-
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
,
0
,
0
,
// -X side
-
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
-
1
,
0
,
0
,
-
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
-
1
,
0
,
0
,
-
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
-
1
,
0
,
0
,
-
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
-
1
,
0
,
0
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
,
0
,
0
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
0
,
0
,
-
1
,
// -Z side
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
0
,
0
,
-
1
,
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
0
,
0
,
-
1
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
0
,
0
,
-
1
,
-
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
0
,
0
,
-
1
,
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
0
,
0
,
-
1
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
0
,
-
1
,
0
,
// -Y side
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
0
,
-
1
,
0
,
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
0
,
-
1
,
0
,
-
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
0
,
-
1
,
0
,
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
0
,
-
1
,
0
,
-
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
0
,
-
1
,
0
,
-
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
0
,
1
,
0
,
// +Y side
-
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
0
,
1
,
0
,
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
0
,
1
,
0
,
-
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
0
,
1
,
0
,
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
0
,
1
,
0
,
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
0
,
1
,
0
,
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
1
,
0
,
0
,
// +X side
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
1
,
0
,
0
,
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
1
,
0
,
0
,
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
1
,
0
,
0
,
1
.
0
f
,
-
1
.
0
f
,
-
1
.
0
f
,
1
,
0
,
0
,
1
.
0
f
,
1
.
0
f
,
-
1
.
0
f
,
1
,
0
,
0
,
-
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
0
,
0
,
1
,
// +Z side
-
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
0
,
0
,
1
,
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
0
,
0
,
1
,
-
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
0
,
0
,
1
,
1
.
0
f
,
-
1
.
0
f
,
1
.
0
f
,
0
,
0
,
1
,
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
0
,
0
,
1
};
// clang-format on
#endif
Write
Preview
Supports
Markdown
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