We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6282628 commit 503b073Copy full SHA for 503b073
index.html
@@ -312,7 +312,7 @@ <h3>Star System Generator</h3>
312
313
// Sun
314
const sunGeometry = new THREE.SphereGeometry(5, 32, 32);
315
- const sunMaterial = new THREE.MeshBasicMaterial({
+ const sunMaterial = new THREE.MeshStandardMaterial({
316
color: 0xffff44,
317
emissive: 0xffff44,
318
emissiveIntensity: 1,
0 commit comments