Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 143bedb

Browse files
committed
Update hello-hands.html
1 parent 4890e9e commit 143bedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hello-hands.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
//Setup
1616
var scene = new THREE.Scene();
17-
var renderer = altspace.getThreeJSRenderer({version:'0.2.0'});
17+
var renderer = altspace.getThreeJSRenderer();
1818

1919
//Letters
2020
var letters = [];
@@ -58,4 +58,4 @@
5858

5959
</script>
6060
</body>
61-
</html>
61+
</html>

0 commit comments

Comments
 (0)