Skip to content

Commit 7da3daf

Browse files
🚚 Performance tips
1 parent cc1ceec commit 7da3daf

29 files changed

+238
-843
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"lil-gui": "^0.19.0",
15+
"stats.js": "^0.17.0",
1516
"three": "^0.158.0"
1617
}
1718
}

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>33 - Post-processing</title>
6+
<title>34 - Performance tips</title>
77
<link rel="stylesheet" href="./style.css">
88
</head>
99
<body>

0 commit comments

Comments
 (0)