What are the advantages to painting the vertices as opposed to the texture itself? I know that w/r/t lighting, getting …

Forum Archive What are the advantages to painting the vertices as opposed to the texture itself? I know that w/r/t lighting, getting …

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4290
    Boris Kachscovsky
    Participant

      What are the advantages to painting the vertices as opposed to the texture itself?

      I know that w/r/t lighting, getting color on a per-vertex level is essential, like with phong/lambertian reflectance models, but I feel that can easily garnered from a texture…

      #22280
      Kent Trammell
      Participant

        In my experience, I’ve opted for vertex painting because it doesn’t require UVs and it can be good for quickly filling colors based on mesh selection. For example, I used it in this lesson: https://cgcookie.com/lesson/painting-base-colors/

        When I was in college they taught us vertex lighting was important in game design. Not sure if that’s still relevant in today’s game industry…

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘What are the advantages to painting the vertices as opposed to the texture itself? I know that w/r/t lighting, getting …’ is closed to new replies.