Model Renderer|Scripting: Animated uniform variables for model shaders
Each MobjAnimator now has its own set of uniform variables that are passed to the model shader. The uniform variables are declared in the asset metadata, and can be animated using Doomsday Script's native Core.Animation methods.
Model Renderer|Scripting: Animated uniform variables for model shaders
Each MobjAnimator now has its own set of uniform variables that are
passed to the model shader. The uniform variables are declared in
the asset metadata, and can be animated using Doomsday Script's
native Core.Animation methods.
Also cleaned up MobjAnimator a little internally.