Skip to content

EntropyCanvas::RotatorComponent

Rotator component for simple rotation animation. More…

#include <Animation.h>

Name
ENTROPY_REGISTER_TYPE(RotatorComponent )
ENTROPY_FIELD(glm::vec3 , axis )
ENTROPY_FIELD(float , speed )
struct EntropyCanvas::RotatorComponent;

Rotator component for simple rotation animation.

Rotates the entity around the specified axis at the given speed.

This is an Entropy-specific component with no USD equivalent, so it generates a custom RotatorComponentAPI schema.

ENTROPY_REGISTER_TYPE(
RotatorComponent
)
ENTROPY_FIELD(
glm::vec3 ,
axis
)
ENTROPY_FIELD(
float ,
speed
)

Updated on 2026-01-26 at 17:14:35 -0500