Skip to content

Instantly share code, notes, and snippets.

@hogsy
Created January 24, 2015 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hogsy/37c41cf5c43c9f978fb8 to your computer and use it in GitHub Desktop.
Save hogsy/37c41cf5c43c9f978fb8 to your computer and use it in GitHub Desktop.
An example of animations via materials.
{
$SetFlags "ANIMATED"
$animation_speed 0.01
{
$SetDiffuseTexture "textures/debug/animsample_0"
}
{
$SetDiffuseTexture "textures/debug/animsample_1"
}
{
$SetDiffuseTexture "textures/debug/animsample_2"
}
{
$SetDiffuseTexture "textures/debug/animsample_3"
}
{
$SetDiffuseTexture "textures/debug/animsample_4"
}
{
$SetDiffuseTexture "textures/debug/animsample_5"
}
{
$SetDiffuseTexture "textures/debug/animsample_6"
}
{
$SetDiffuseTexture "textures/debug/animsample_7"
}
{
$SetDiffuseTexture "textures/debug/animsample_8"
}
{
$SetDiffuseTexture "textures/debug/animsample_9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment