Skip to content

fixes for GPU

Andrei Gheata requested to merge fixes_single into master

Transformation3D::Set honors now the flags has_trans and has_rot and copies only if needed. Also enables UnplacedTrd::Normal on the GPU. The normal computation for Trd was done previously only if the point was kHalfTolerance from the surface. Now farther points will still compute the normal but return valid=false.

Edited by Andrei Gheata

Merge request reports