Thomas

Results 10 comments of Thomas

Hi, thanks for the PR. It shouldn't cause any issue wrt baking & GI. We used to have something similar internally but we eventually had to remove it due to...

Thanks for the PR. It's an interesting feature but I have a few concerns. - **Performances:** traversing game objects and their childrens to find components isn't free, and potentially doing...

SMAA is desktop only at the moment as I don't have the necessary hardware for mobile development. I'll leave this issue opened in case someone is able to fix it.

The Game View shows the output of a camera, so I'm not sure I understand the question. Record the camera being displayed in the game view?

I'm not sure I follow you. Not matter what you do you'll always have a final camera (the last one to render) that will draw to the backbuffer. This is...

You'll need to modify the source code for that, by default Moments captures the whole camera view. The easiest way would be to do the cropping [right after it captured...

License is [MIT](https://github.com/Chman/Moments/blob/master/LICENSE.txt) (quite similar to BSD-2 clauses though, albeit with slight changes). If you distribute Moments sources you have to distribute the license file as well. If not then...

Whoa not sure how I missed this PR. That's a very nice addition, thanks for taking the time to implement it. I think the PR is missing a file though?...

Hey guys, sorry I've been quite busy these days so I'm just getting up to speed here and I unfortunately don't have much time to test this one extensively, but...

Sure, go ahead :)