art3mis Posted October 30, 2018 Share Posted October 30, 2018 Hi, Trying to randomly rotate a texture in VEX. Say for instance I have the following vector temp_color = texture(<string reference to texture map>,....); How do I randomly rotate this texture? Quote Link to comment Share on other sites More sharing options...
3dome Posted October 30, 2018 Share Posted October 30, 2018 have you tried rotating the sampling position (S and T coordinates)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.