문제

I am still struggling with rendering models in libgdx, so I did the following simple test:

The result does look like in the right image below. What am I missing?

https://i.stack.imgur.com/8UDZP.jpg

도움이 되었습니까?

해결책

The stretching of the object is most likely from the object scale settings in blender.

enter image description here

In blender press CtrlA and select Scale (or rotation and scale), this will set the objects scale to 1.0 while keeping the same size.

enter image description here

The reduction in geometry will be from the subsurf modifier not being applied before exporting.

enter image description here

Click apply in the subsurf modifier before exporting.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top