João Marcos Mororo Costa

Results 8 issues of João Marcos Mororo Costa

Hi, started using entitas and I am loving it. I have some questions, though. Are there any performance differences to declare a component as a struct or as a class?...

Draft of sun position implementation.

This is a draft because https://github.com/appleseedhq/appleseed/pull/2811 is still open.

Make https://github.com/appleseedhq/appleseed/pull/2870 works in blenderseed.

The sun stop working in interactive renderer after binding it with some environment. ![Screenshot (30)](https://user-images.githubusercontent.com/43460229/81408904-79f9aa00-9114-11ea-92cd-84d3645d8bc3.png) The results of the final rendering is the correct one: ![untitled](https://user-images.githubusercontent.com/43460229/81408870-66e6da00-9114-11ea-8153-085873f90ee9.png)

Bug

Don't review it yet.

There was a bug in the mulQuat multiplication We were doing: vz + uv_z * w2 + (**qz** * uv_y - qy * uv_x) * 2 instead of vz +...