Currently facing a small issue with the aspect ratio difference between my desktop and mobile versions. Here is the desktop version: https://i.sstatic.net/dCyqQ.png And this is the mobile version: https://i.sstatic.net/PHas1.jpg Clearly, there is a noticeable distinction in aspect ratios between the two versions. How can I adjust the mobile version to match the aspect ratio of the desktop version?
// Initializing the arToolkitContext
var arToolkitContext = new THREEx.ArToolkitContext({
cameraParametersUrl: THREEx.ArToolkitContext.baseURL + 'patterns/camera_para.dat',
detectionMode: 'mono',
});