i want to make a Cube in with three.js with a shiny (like on a silver/gold medal) surface.
Is there any special material which I can use (like meshbasicmaterial..) or how am i able to do that?
Thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this material:
I got it from here. I think for this to work as you want it to, there have to be some other objects in your scene to reflect. Otherwise, it won’t really look impressive.
Edit: I changed it to what mrdoob suggested. It’s his library, so I would definitely go with his opinion.