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.mtl | |
| 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.mtl')
| -rw-r--r-- | examples/model-viewer/cube.mtl | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/examples/model-viewer/cube.mtl b/examples/model-viewer/cube.mtl deleted file mode 100644 index 6c8eeb10b..000000000 --- a/examples/model-viewer/cube.mtl +++ /dev/null @@ -1,35 +0,0 @@ -newmtl Red -Ns 95 -Ka 0.000000 0.000000 0.000000 -Kd 0.640000 0.30000 0.30000 -Ks 0.500000 0.200000 0.200000 -Ni 1.000000 -d 1.000000 -illum 2 - -newmtl Green -Ns 20 -Ka 0.000000 0.000000 0.000000 -Kd 0.20000 0.640000 0.20000 -Ks 0.100000 0.500000 0.100000 -Ni 1.000000 -d 1.000000 -illum 2 - -newmtl Blue -Ns 200 -Ka 0.000000 0.000000 0.000000 -Kd 0.10000 0.10000 0.20000 -Ks 0.200000 0.200000 0.700000 -Ni 1.000000 -d 1.000000 -illum 2 - -newmtl Ground -Ns 10 -Ka 0.000000 0.000000 0.000000 -Kd 0.25 0.25 0.25 -Ks 0.1 0.1 0.1 -Ni 1.000000 -d 1.000000 -illum 2 |
