Sprites incorrect positioning

雨燕双飞 提交于 2020-01-16 19:27:28

问题


I use Three.js ver. 65 The browsers are Firefox ver. 27.0.1 and Chrome 32.0.1700.107 m. I tested the app on Windows Xp, 7 and 8.

My problems are the following (http://jsfiddle.net/j8DN6/4/):

1) What I can not understand is why the sprites are not centered respect to the center of the Cartesian axes. I.e: spritey.position = (0, 0, 0);

2) The sprites unlike other objects, which rotate properly around the z axis, they follow strange trajectories different from those expected.

3) If I turn the 3d radar-chart along the x-axis the sprites, which were in front of the circles of the radar chart, changing position by moving back.

I hope I was clear. Thanks in advance.

来源:https://stackoverflow.com/questions/21810163/sprites-incorrect-positioning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!