Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stars arent glowing but are grey #20

Open
Paul-HenryP opened this issue Aug 27, 2023 · 1 comment
Open

Stars arent glowing but are grey #20

Paul-HenryP opened this issue Aug 27, 2023 · 1 comment

Comments

@Paul-HenryP
Copy link

Stars arent glowing but are grey.

@oliolioli
Copy link

Change material in function addStar() from MeshStandardMaterial to MeshBasicMaterial:

...
const material = new THREE.MeshBasicMaterial( { color: 0xffffff });
...

oliolioli added a commit to oliolioli/threejs-scroll-animation-demo that referenced this issue Apr 2, 2024
Changed material in function addStar() from MeshStandardMaterial to MeshBasicMaterial to prevent stars to be displayed gray instead of white.

See issue: fireship-io#20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants