João Marcos Mororo Costa
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.  The results of the final rendering is the correct one: 
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 +...