Mesh drawing bug

Hello! Could you please tell what am i doing wrong?

Unrelated to your issue but I doubt you need this line here.

Any chances to demonstrate the issue with a live example?

1 Like

I was trying with it and without. No changes. Don’t know how can I upload .fbx to online resources

You can use glitch to share a live example: Glitch :・゚✧

This service does also allow to upload assets.

1 Like

should i share it to you?

Hi!
You put all the vertex data in that single const position = []; without splitting it into separate contours, so there’s no surprise, that Line draws all at once, connecting all the contours.
What’s your goal?

I’ve made that each contour has its own colour: https://jsfiddle.net/prisoner849/hgef47mL/

3 Likes

thank you!

@insuby You’re welcome :slight_smile:
I still wonder, how the final result has to look like :thinking:

1 Like