do I have to use properties or can I embed nasal into an animation block, similar like this:
- Code: Select all
<animation>
<type>material</type>
<object-name>body</object-name>
<diffuse>
<red>
<nasal>
<load>
rand();
</load>
<nasal>
</red>
</diffuse>
</animation>
I also tried this:
- Code: Select all
<animation>
<type>material</type>
<object-name>body</object-name>
<diffuse>
<red>
<random>
<min>0.5</min>
<max>1.0</max>
</random>
</red>
</diffuse>
</animation>
no success so far.