I have created a custom shape

How do I give it some rounded edges to give it a more natural look.
Using subdevision does not seem to be a suitable solutions without changing the geometry.
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.
If subdivision doesn’t do it for you it might be simpler to create the geometry in a 3D editor(like Blender, 3dsmax,C4D,maya,etc.) and apply a Chamfer modifier to chamfer the edges. You should then be able to triangulate the model and export an obj for three.js use.
This is faster for now than porting (or writing from scratch) a generic geometry chamfer modifier for three.js