Skip to content

Commit

Permalink
[animation_renderer] expose animation_renderer::transform_hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed Sep 18, 2023
1 parent 5e4d6dc commit b25aff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tz/ren/animation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace tz::ren
using gltf_handle = tz::handle<tz::io::gltf>;
using mesh_handle = mesh_renderer::mesh_handle;
using texture_handle = mesh_renderer::texture_handle;
using transform_hierarchy = mesh_renderer::transform_hierarchy;
using object_handle = mesh_renderer::object_handle;
using object_out_data = mesh_renderer::object_out_data;
struct asset_package
Expand Down

0 comments on commit b25aff3

Please sign in to comment.