I tried to create an dashed line material using BufferGeometry. For some reason, it looks like whenever you create an line using LineDashedMaterial, you will need to call this computeLineDistances method. Do we want to add this method inside BufferGeometry as well?
I tried to create an dashed line material using
BufferGeometry. For some reason, it looks like whenever you create an line usingLineDashedMaterial, you will need to call thiscomputeLineDistancesmethod. Do we want to add this method inside BufferGeometry as well?