Page 1 of 1

Texture Transformation

Posted: Sun Dec 23, 2012 11:13 am
by scottbroad
The Manual (Page 37 7.4.1) suggests that a Material texture can receive a translation/movement? I can't find where this applies.

I am trying to create a 2d tree image using a diffuse image texture and an opacity image texture but cannot get the two textures aligned.

Any help on this would be much appreciated ....

Re: Texture Transformation

Posted: Sun Dec 23, 2012 1:03 pm
by MaTtY631990
it only applys to procedural textures, which can recieve transform, scale and rotation. You can only scale image textures X and Y coordinates.
I do hope they add this support in the future.

Cheers.

Re: Texture Transformation

Posted: Mon Dec 24, 2012 7:30 am
by scottbroad
Thanks for the reply ...