如何在Javascript中创建透视屏幕?

时间:2011-07-29 20:49:44

标签: javascript canvas 3d pivot three.js

如何在Javascript(使用canvas元素的Three.js?)中创建这样的效果?如上所述?

枢轴屏幕: http://www.smashingmagazine.com/2011/07/27/what-web-designers-can-learn-from-video-games/

1 个答案:

答案 0 :(得分:1)

您想要搜索在Canvas中进行过投影/透视变换的人。

http://acko.net/files/projective/index.html

单独歪斜并不是特别难,你需要的只是:

ctx.setTransform (1, .3, 0, 1, 0, 0);

但获得真正的观点是非平凡的数学