Skip to content

Fix incorrect positions in the material renderer

Aleksei KALINOV requested to merge material_rendering_fix into master

The positions x, y, z were incorrectly updated in each step instead of being updated only once. Now new render coordinates encode appropriate positions.

Merge request reports