Jungwoo Lee
Jungwoo Lee
> 이런식으로 해도 안되나요? > width={image[1] ? 30 : 10} > height={image[1] ? 30 : 10} image[1] 부분은 어떤것을 말씀하시는 건가요 ㅎ? 제가 여쭤본 질문은 ` ` 일때 안드로이드일때는 잘...
Me either .
감사합니다 ~! 딱 여기서 막혔었는데 해결했습니다. ~!!
I solved IOS issue by below steps.If you can change DeviceOrientationControls, it's worth a try. 1. Get deviceOrientation event and calculate quaternion setObjectQuaternion function. 2. Export euler angles x,y,z from...