I've tried:
- Code: Select all
"Proxies"
{
"AnimatedTexture"
{
"animatedTextureVar" "$normalmap"
"animatedTextureFrameNumVar" "$normalframe" //IDK about this, made it up
"animatedTextureFrameRate" "14"
}
}
- Code: Select all
"Proxies"
{
"AnimatedTexture"
{
"animatedTextureVar" "$bumpmap" //I added the $bumpmap parameter, not sure if it works on a refract though...
"animatedTextureFrameNumVar" "$bumpframe"
"animatedTextureFrameRate" "14"
}
}
- Code: Select all
"Proxies"
{
"AnimatedTexture"
{
"animatedTextureVar" "$bumpmap"
"animatedTextureFrameNumVar" "$frame"
"animatedTextureFrameRate" "14"
}
}
And:
- Code: Select all
"Proxies"
{
"AnimatedTexture"
{
"animatedTextureVar" "$normalmap"
"animatedTextureFrameNumVar" "$frame"
"animatedTextureFrameRate" "14"
}





