[DiscordArchive] <@250706991515828224> what are you doing to MOCV besides multiplying it by 2 prior to rendering?
[DiscordArchive] <@250706991515828224> what are you doing to MOCV besides multiplying it by 2 prior to rendering?
Archived author: Skarn • Posted: 2018-07-26T23:08:37.593000+00:00
Original source
<@250706991515828224> in the case of this WMO it should be only replacing alpha as far as I understand
Archived author: Deamon • Posted: 2018-07-26T23:08:37.802000+00:00
Original source
yeap
Archived author: Skarn • Posted: 2018-07-26T23:08:41.993000+00:00
Original source
but you don't use alpha, right?
Archived author: Deamon • Posted: 2018-07-26T23:10:30.119000+00:00
Original source
you're right
Archived author: Deamon • Posted: 2018-07-26T23:11:03.857000+00:00
Original source
the flow doesnt do anything except nulling alphas in case of that WMO
Archived author: Skarn • Posted: 2018-07-26T23:11:25.076000+00:00
Original source
wtf is going on then
Archived author: Skarn • Posted: 2018-07-26T23:11:41.538000+00:00
Original source
I should be getting the same result then
Archived author: Skarn • Posted: 2018-07-26T23:11:50.180000+00:00
Original source
since you are not using alpha either, or do you?
Archived author: Deamon • Posted: 2018-07-26T23:11:56.039000+00:00
Original source
I do not
Archived author: Deamon • Posted: 2018-07-26T23:12:26.828000+00:00
Original source
```
vColor.rgba = vec4(vec3(0.5, 0.499989986, 0.5), 1.0);
vColor2 = vec4((aColor.bgr * 2.0), aColor2.a);
```