diff options
| author | Yong He <yonghe@outlook.com> | 2021-03-04 16:25:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-04 16:25:58 -0800 |
| commit | a5ac4999b4dea546a7ef824669ab1809224b6448 (patch) | |
| tree | 15bb22eb98a94f7f81489deef55396461501d3dc /examples/model-viewer/cube.obj | |
| parent | 13ff0bd345990c0fdfb7b52ebd5339cddb04889e (diff) | |
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
* Refactor `gfx` to surface `CommandBuffer` interface.
* Fixes.
* Fix code review issues, and make vulkan runnable on devices without VK_EXT_extended_dynamic_states.
* Update solution files
* Move out-of-date examples to examples/experimental
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'examples/model-viewer/cube.obj')
| -rw-r--r-- | examples/model-viewer/cube.obj | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/model-viewer/cube.obj b/examples/model-viewer/cube.obj deleted file mode 100644 index 2f7de8a92..000000000 --- a/examples/model-viewer/cube.obj +++ /dev/null @@ -1,43 +0,0 @@ -mtllib cube.mtl -o Cube -v 1.000000 -1.000000 -1.000000 -v 1.000000 -1.000000 1.000000 -v -1.000000 -1.000000 1.000000 -v -1.000000 -1.000000 -1.000000 -v 1.000000 1.000000 -1.000000 -v 1.000000 1.000000 1.000000 -v -1.000000 1.000000 1.000000 -v -1.000000 1.000000 -1.000000 -vn 0.000000 -1.000000 0.000000 -vn 0.000000 1.000000 0.000000 -vn 1.000000 0.000000 0.000000 -vn 0.000000 0.000000 1.000000 -vn -1.000000 0.000000 0.000000 -vn 0.000000 0.000000 -1.000000 - -v -10 -1 -10 -v 10 -1 -10 -v 10 -1 10 -v -10 -1 10 -vn 0 1 0 - -usemtl Red -s off -f 2//3 6//3 5//3 1//3 -f 4//5 8//5 7//5 3//5 - -usemtl Green -s off -f 4//1 3//1 2//1 1//1 -f 6//2 7//2 8//2 5//2 - -usemtl Blue -s off -f 3//4 7//4 6//4 2//4 -f 8//6 4//6 1//6 5//6 - -o Ground -usemtl Ground -s off -f 9//7 10//7 11//7 12//7 - |
