@Jerome - have been having a play with the arc parameter for the cylinder and I needed to add some sides to get a nice piece of cake. http://www.babylonjs-playground.com/#KSSIF As you can see have added my own. What do you think about the possibility of adding a boolean parameter in the options to say whether this was wanted or not. This would just be for the cylinder as I can see that the sphere, ribbon etc would be much trickier. What do other members think? Name for such an option enclo
Examples : This cylinder has 3 subdivisions, but no rings, so it has 3 surfaces (top and bottom cap + tubular surface). We can then set 3 different colors with the parameter faceColors: http://www.babylonjs-playground.com/#1NLHLN Or 3 different images from the same texture file with the parameter faceUV as you already know : http://www.babylonjs-playground.com/#1NLHLN#1 Now, if we set its parameter hasRings to true, each subdivision become independent (a ring) and can have its own color : ht