提交 8fe9d13f 编写于 作者: M Mr.doob

Clean up.

上级 fbe86b55
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - morph normals - horse</title>
<title>three.js webgl - morph normals</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
......@@ -148,7 +148,7 @@
renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
camera.aspect =SCREEN_WIDTH / SCREEN_HEIGHT;
camera.aspect = SCREEN_WIDTH / SCREEN_HEIGHT;
camera.updateProjectionMatrix();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册