FIX: Selected shadow position is not correct in assembly view

Change-Id: If727e8f70dc85fb256cad6d9de9bb4913cb11896
(cherry picked from commit a3540aa72566a6606ee3533b4770d010d1edd58c)
This commit is contained in:
zhimin.zeng 2023-02-24 16:16:22 +08:00 committed by Lane.Wei
parent 0532f837fa
commit b2c457eec6
2 changed files with 2 additions and 26 deletions

View file

@ -501,9 +501,6 @@ public:
Transform3d world_matrix() const;
bool is_left_handed() const;
//BBS: world_matrix with scale factor
Transform3d world_matrix(float scale_factor) const;
const BoundingBoxf3& transformed_bounding_box() const;
// non-caching variant
BoundingBoxf3 transformed_convex_hull_bounding_box(const Transform3d &trafo) const;