Syoyo Fujita 2c521b3432 Remove sampler.wrapR parameter(unused tinygltf extension). Fixes #287
Suppress clang `-Wdocumentation-unknown-command` warning.
2020-12-04 00:50:46 +09:00
..
2020-07-04 01:29:41 +09:00
2020-07-04 01:29:41 +09:00
2020-07-04 09:24:00 +09:00

DirectX glTF Viewer

Overview

This project was motivated by a lack of sample code demonstrating the graphics API agnostic nature of the glTF specification. The sample code is written using modern C++ and DirectX 12 for the client application.

Features

  • DirectX 12
  • Loader
  • Animation
  • Morph Target
  • Physical Base Rendering
  • Environment Map

Dependencies

Building

Install dependencies

vcpkg install glfw3:x64-windows
vcpkg install spdlog:x64-windows

Generate Project Files

mkdir build
cmake . -B build -DCMAKE_TOOLCHAIN_FILE=${VCPKG_DIR}/script/buildsystem/vcpkg.cmake