Vector4 UV is possible?

   1214   0   0
User Avatar
Member
4 posts
Joined: March 2018
Offline
Hi,

I'm trying to save data in UV as vector4 but it's not working.

p@uv4=set(1,@uv4.y,@uv4.z,@uv4.w); //isn't working

v@uv4=set(1,@uv4.y,@uv4.z); //It's OK

Is there another way to do this?
  • Quick Links