-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
create bend cylindar dynmically #1633
Comments
What geometry do you think it needs? |
I don't know, might be threejs cylindergeometry is already providing solution for it. because I am new,I need to know how I can build customize cylinder. I want to create 3d cylinder/shape like below image, This type of shape should be create dynamically. Please help http://cmiss.bioeng.auckland.ac.nz/development/examples/i/i5/i57/web_data/images/coupling_ICC_82.jpg |
Follow issue #905 - @zz85 and @WestLangley are working on something like this. |
@haroonob you can now try using TubeGeometry for that. |
Maybe MOD3 can solve this too: |
I am new to 3d world and threejs, I want to create cylindar that will bend to it's down dynmically using threejs, could you guide what geomatry and mesh It will require or if will have to draw using vector3 class then how I can create it any clue ???
The text was updated successfully, but these errors were encountered: