karrih

Results 2 issues of karrih

Hi, I was wondering about this line: https://github.com/TheRealMJP/BakingLab/blob/1a043117506ac5b5bcade5c86d808485f3c70b12/BakingLab/ToneMapping.hlsl#L105 `1.8f` is probably an exposure tweak. But should it be applied to the HDR value instead: `output = LinearTosRGB(ACESFitted(color * 1.8f));`?

Hi, I have a question about the frame buffering logic. It seems that the application can set maximum capacity for the queue when constructing rtc.VideoStream: `video_stream = rtc.VideoStream(track, capacity=1)` This...