Announcement

Collapse
No announcement yet.

RGB vector anisotropic maps?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RGB vector anisotropic maps?

    Hey everyone,

    I've been seeing more and more anisotropic maps that are actually rgb in appearance rather than greyscale. Modo has a great description here:

    http://modo.docs.thefoundry.co.uk/mo...Direction.html

    Can Vray use this type of map in anisotropy? If so, does it follow the same guidelines and color wheel as modo and are their any best practices in regards to creation?

    Thanks!

  • #2
    Is there a benefit to having anisotropy direction as RGB? If it represents rotation in UV space, a single value should cover it, no?

    Comment


    • #3
      Originally posted by thebeals View Post
      Can Vray use this type of map in anisotropy?
      No, but it's trivial to write a GLSL shader that converts the red/green vector values to a single greyscale rotation value. Let me know if you need help with it.

      Best regards,
      Vlado
      I only act like I know everything, Rogers.

      Comment


      • #4
        Originally posted by Dan Andersen View Post
        Is there a benefit to having anisotropy direction as RGB?
        There is a slight discontinuity where the greyscale map goes from one to zero, I guess. Other than that, the only benefit is that for painting programs like Mari it is easier perhaps to do the maps as vectors.

        If it represents rotation in UV space, a single value should cover it, no?
        Yes, it is. And it's easy to convert one format to the other, even on the fly.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          Thanks for the info, Vlado

          Comment


          • #6
            Here is a set up with a GLSL texture that converts the red/blue gradients into rotation values for VRayMtl, and some examples using the maps from the Modo site.

            vector_aniso.zip

            Click image for larger version

Name:	vray_aniso1.png
Views:	1
Size:	329.2 KB
ID:	859848

            Click image for larger version

Name:	vray_aniso2.png
Views:	1
Size:	319.8 KB
ID:	859849

            Click image for larger version

Name:	vray_aniso3.png
Views:	1
Size:	344.3 KB
ID:	859850

            Click image for larger version

Name:	vray_aniso4.png
Views:	1
Size:	327.1 KB
ID:	859851

            Best regards,
            Vlado
            I only act like I know everything, Rogers.

            Comment


            • #7
              You both are amazing! Thank you so much! Super helpful!

              Comment

              Working...
              X