We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39957f2 commit 0f99515Copy full SHA for 0f99515
src/main.ts
@@ -138,9 +138,9 @@ camera.position.set(
138
);
139
140
// Set up the renderer
141
-const renderer = new THREE.WebGLRenderer({
+const renderer = new THREE.WebGLRenderer({
142
antialias: true,
143
- powerPreference: "high-performance"
+ powerPreference: "high-performance",
144
});
145
renderer.setSize(window.innerWidth, window.innerHeight);
146
// Remove the solid background color - we'll use a gradient background instead
0 commit comments