Sascha Willems' glTF PBR demo animations question

This page summarizes the projects mentioned and recommended in the original post on /r/vulkan

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Vulkan-glTF-PBR

    Physical based rendering with Vulkan using glTF 2.0 models

  • The code in Node::update() here https://github.com/SaschaWillems/Vulkan-glTF-PBR/blob/master/base/VulkanglTFModel.cpp seems to tank FPS when multiple nodes share the same skin during animation - if a skin has 100 joints and 30 nodes use the skin - that's 3000 node transformations per frame.

  • glTF-Sample-Models

    Discontinued glTF Sample Models

  • This function is the hot-path - at least with the RecursiveSkeletons sample. Anytime the program queries the transform matrix of a particular node, it reconstructs the entire transform chain of that node all the way to the root from the individual TRS representations.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts