group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
AnimationTesterUI.hpp File Reference

ImGui panel for driving the animation state machine in development. More...

#include <entt/entt.hpp>
Include dependency graph for AnimationTesterUI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AnimationTesterState
 Persistent UI state for the Animation Tester panel. More...

Functions

void buildAnimationTesterUI (AnimationTesterState &state, entt::registry &registry, float &rigScale, float &rigVerticalOffset)
 Build the Animation Tester ImGui window.

Detailed Description

ImGui panel for driving the animation state machine in development.

Function Documentation

◆ buildAnimationTesterUI()

void buildAnimationTesterUI ( AnimationTesterState & state,
entt::registry & registry,
float & rigScale,
float & rigVerticalOffset )

Build the Animation Tester ImGui window.

Parameters
statePersistent UI state.
registryECS registry (queried for AnimatedCharacter entities).
rigScaleRenderable scale tunable (read/write).
rigVerticalOffsetRenderable Y translation tunable (read/write).

< -1 = local player sentinel, else entt::entity raw value.

Here is the call graph for this function:
Here is the caller graph for this function: