Page 1 of 1

TextureScale

Posted: Thu Aug 14, 2008 8:45 pm
by Kjell
Hello,

I've changed my Material component's TextureScale property to a TZVector3f ( TZVector2f would be nice still 8) ) in order to scale Textures over each axis individually. This does break backward compatibility somewhat as values entered directly in the Material component of current projects will be lost. ZExpressions accessing the TextureScale property work as if nothing has changed though.

A alternative approach would be to add a additional CustomTextureScale property of which the values are used as soon as they are not 0 ..

What do you guys think?

K