Details
Description
If a child QEntity is added to a QCamera, we will calculate the wrong world transform matrix for the child entity. This is because the camera has a QTransform component that holds the view matrix of the camera. This is used as a regular transform on the child entity, which gives the wrong result.