Hi!
In my HDA, I was using the colormap function to apply a green leaf texture onto @Cd (points) of my leaf geos. I noticed my geo was pink (@Cd = 1, 0.5, 0.5 ) as if it could not find the texture. I changed the colormap function for a rawcolormap function and now it works!
The very odd thing is I get the opposite problem on another wrangle. Its the rawcolormap that doesnt work but the colormap works... This looks buggy as hell! Does anyone else have the same probleme? I'm on 19.5.
-Olivier
VEX: colormap and rawcolormap bugged?!
867 8 0- olivierth
- Member
- 1075 posts
- Joined: 4月 2017
- Offline
- jsmack
- Member
- 8052 posts
- Joined: 9月 2011
- Offline
- olivierth
- Member
- 1075 posts
- Joined: 4月 2017
- Offline
- jsmack
- Member
- 8052 posts
- Joined: 9月 2011
- Offline
olivierth
I just tried the texture function and I still get a pink color but not with colormap. It's very weird.
I ended up patching the problem with:if(color == set(1, 0.5, 0.5)) { color = colormap(texturePath, v@uv); }
Edited by jsmack - 2024年8月15日 11:40:49
- olivierth
- Member
- 1075 posts
- Joined: 4月 2017
- Offline
- jsmack
- Member
- 8052 posts
- Joined: 9月 2011
- Offline
- protozoan
- Member
- 1727 posts
- Joined: 3月 2009
- Offline
- olivierth
- Member
- 1075 posts
- Joined: 4月 2017
- Offline
- protozoan
- Member
- 1727 posts
- Joined: 3月 2009
- Offline
-
- Quick Links