Search found 3 matches
- Sun Jun 09, 2019 8:41 pm
- Forum: Development
- Topic: How to use vertex colors?
- Replies: 5
- Views: 3591
Re: How to use vertex colors?
I haven't looked at hair or fur yet, but you can use vertex color with "mix" textures and mix them with other textures to use diffuse colors with other effects, correct? Oh, you can use it as parameters in other textures too? Interesting idea.
- Sat Jun 08, 2019 4:44 am
- Forum: Development
- Topic: How to use vertex colors?
- Replies: 5
- Views: 3591
Re: How to use vertex colors?
WOW! Thank you so much! We looked at the kd property repeatedly. We even searched the source code for hitpointcolor (based on another forum post) and found nothing. I must have entered a typo or something. We were so close. We had tried using uv's on a 1D texture (though still technically 2D) and it ...
- Fri Jun 07, 2019 7:00 pm
- Forum: Development
- Topic: How to use vertex colors?
- Replies: 5
- Views: 3591
How to use vertex colors?
We had an event at work where we could work on anything for a day and my team tried to integrate luxrender into our company's 3D view. We only wanted one mesh (TIN), send camera and light (sun) direction. That main part went somewhat ok though it took us a very long time to figure things out. One ...