03-09-2021, 12:16 AM
It is hard to say what could be the cause of the problem. But a common problem with using multiple transformations is that the transformation are not defined in the correct order - if you use Transform3DGroup to group translate, scale and rotate, you need to define them in the correct order:
1) scale,
2) rotate,
3) translate
If you change the order, then the final transformation is not correct.
PS: If you have solved the problem that is described in your "Overlay Viewport Black" post, then please reply to the post with more information about the solution.
1) scale,
2) rotate,
3) translate
If you change the order, then the final transformation is not correct.
PS: If you have solved the problem that is described in your "Overlay Viewport Black" post, then please reply to the post with more information about the solution.
Andrej Benedik

