Chaos Corona Forum

General Category => General CG Discussion => Topic started by: petrorosengren on 2017-11-11, 16:26:49

Title: Map that rotates bitmap
Post by: petrorosengren on 2017-11-11, 16:26:49
Hello!

Is there a map that rotates the incoming bitmap and gives out the rotated one?

BR/
PR
Title: Re: Map that rotates bitmap
Post by: romullus on 2017-11-11, 17:02:28
You can rotate texture in bitmap loader itself: https://goo.gl/dLRJbd
Title: Re: Map that rotates bitmap
Post by: petrorosengren on 2017-11-11, 17:18:06
Thanks for the replay!

I was thinking more like a function for creating none repeating materials...the trick where you rotate the texture and blend it to the none rotated.

Would be nice to do it with out two bitmap "nodes".
Title: Re: Map that rotates bitmap
Post by: romullus on 2017-11-11, 18:55:00
Oh i see, then you should try Corona UVWRandomizer map, it can do that and much more :]