Möbius strip using BABYLON JS

Playground: https://www.babylonjs-playground.com/#1W5VJN#74
I am trying to build Möbius strip using Babylon but its not look like the one on WIki. What I am doing wrong?

Please check this old post from the former forum : Mõbius fun - Questions & Answers - HTML5 Game Devs Forum
at this time the Ribbon mesh wasn’t even implemented in BJS.

You could get the same method. You need to pass only one path in the ribbon constructor.

1 Like

OK so I used two paths but I did make TransformNode and parenting do all the hard work! :smile:

2 Likes

different but smart approach :slight_smile:

1 Like